LICENSE
README.md
pyproject.toml
auto_code_fixer/__init__.py
auto_code_fixer/approval.py
auto_code_fixer/cli.py
auto_code_fixer/command_runner.py
auto_code_fixer/fixer.py
auto_code_fixer/installer.py
auto_code_fixer/models.py
auto_code_fixer/patch_protocol.py
auto_code_fixer/patcher.py
auto_code_fixer/plan.py
auto_code_fixer/runner.py
auto_code_fixer/sandbox.py
auto_code_fixer/traceback_utils.py
auto_code_fixer/utils.py
auto_code_fixer/venv_manager.py
auto_code_fixer.egg-info/PKG-INFO
auto_code_fixer.egg-info/SOURCES.txt
auto_code_fixer.egg-info/dependency_links.txt
auto_code_fixer.egg-info/entry_points.txt
auto_code_fixer.egg-info/requires.txt
auto_code_fixer.egg-info/top_level.txt
tests/test_approval_and_guards.py
tests/test_atomic_write.py
tests/test_fix_imported_file.py
tests/test_internal_imports.py
tests/test_patch_protocol.py