MANIFEST.in
pyproject.toml
src/fixer/__init__.py
src/fixer/__main__.py
src/fixer/cli.py
src/fixer/config_default.yaml
src/fixer/core/__init__.py
src/fixer/core/config.py
src/fixer/core/detector.py
src/fixer/core/engine.py
src/fixer/core/reporter.py
src/fixer/plugins/__init__.py
src/fixer/plugins/base.py
src/fixer/plugins/cpp_handler.py
src/fixer/plugins/go_handler.py
src/fixer/plugins/java_handler.py
src/fixer/plugins/loader.py
src/fixer/plugins/node_handler.py
src/fixer/plugins/php_handler.py
src/fixer/plugins/python_handler.py
src/fixer/plugins/rust_handler.py
src/fixer/plugins/shell_handler.py
src/fixer/presets/relaxed.yaml
src/fixer/presets/strict.yaml
src/fixer/utils/__init__.py
src/fixer/utils/backup.py
src/fixer/utils/file_utils.py
src/fixer/utils/logging_config.py
src/fixer/utils/parallel.py
src/multi_lang_fixer.egg-info/PKG-INFO
src/multi_lang_fixer.egg-info/SOURCES.txt
src/multi_lang_fixer.egg-info/dependency_links.txt
src/multi_lang_fixer.egg-info/entry_points.txt
src/multi_lang_fixer.egg-info/requires.txt
src/multi_lang_fixer.egg-info/top_level.txt
tests/test_cli.py
tests/test_detector.py
tests/test_integration.py
tests/test_loader.py
tests/test_node_handler.py
tests/test_plugins.py
tests/test_python_handler.py
tests/test_reporter.py