bfiles 2025-05-21
Code style normalization across all source and test modules
39 files · 2,883+ · 3,551-

Source module normalization

10 files changed
  • __init__.py Code style normalization
  • cli.py Reformatted CLI module
  • config.py Reformatted config module
  • core.py Reformatted core module
  • exclusions.py Reformatted exclusions module
  • logger.py Reformatted logger module
  • metadata.py Reformatted metadata module
  • metadata_writer.py Reformatted metadata writer module
  • output.py Reformatted output module
  • utils.py Reformatted utils module
  • Reformatted all source modules with indentation, import ordering, and line wrapping normalization baseline errata
    10 files
    • __init__.py
    • cli.py
    • config.py
    • core.py
    • exclusions.py
    • logger.py
    • metadata.py
    • metadata_writer.py
    • output.py
    • utils.py

Test suite normalization

29 files changed
  • __init__.py Added test package init (3 lines)
  • conftest.py Reformatted shared test config
  • __init__.py Reformatted fixtures init
  • cli.py Reformatted CLI fixtures
  • config.py Reformatted config fixtures
  • core.py Reformatted core fixtures
  • exclusions.py Reformatted exclusions fixtures
  • metadata.py Reformatted metadata fixtures
  • output.py Reformatted output fixtures
  • test_cli.py Reformatted CLI tests
  • test_config.py Reformatted config tests
  • test_core.py Reformatted core tests
  • test_exclusions.py Reformatted exclusions tests
  • test_metadata.py Reformatted metadata tests
  • test_metadata_writer.py Reformatted metadata writer tests
  • test_output.py Reformatted output tests
  • test_utils.py Reformatted utils tests
  • .gitignore Updated CLI project fixture gitignore
  • README.md Updated CLI project fixture README
  • .hidden Updated core project hidden file fixture
  • duplicate.txt Added duplicate file fixture
  • file1.txt Updated file1 fixture
  • file2.py Updated file2 fixture
  • .gitignore Updated gitignore fixture
  • config.ini Updated config.ini fixture
  • .gitignore Added nested gitignore fixture
  • deep_config.ini Added deep config fixture
  • .hidden Updated hidden file fixture
  • a.txt Updated text fixture
  • Reformatted all test files and fixtures to match updated code style qualify errata
    8 files
    • test_cli.py
    • test_config.py
    • test_core.py
    • test_exclusions.py
    • test_metadata.py
    • test_metadata_writer.py
    • test_output.py
    • test_utils.py
  • Added tests/__init__.py (3 lines) qualify internal
    1 file
    • __init__.py
  • Updated test fixture files and sample project data qualify errata
    4 files
    • .gitignore
    • README.md
    • duplicate.txt
    • deep_config.ini
  • Adjusted gitignore test fixtures qualify internal
    2 files
    • .gitignore
    • .gitignore