LICENSE
README.md
pyproject.toml
codepolish/__init__.py
codepolish/cli.py
codepolish/core.py
codepolish/utils.py
codepolish.egg-info/PKG-INFO
codepolish.egg-info/SOURCES.txt
codepolish.egg-info/dependency_links.txt
codepolish.egg-info/entry_points.txt
codepolish.egg-info/requires.txt
codepolish.egg-info/top_level.txt
codepolish/rules/__init__.py
codepolish/rules/rule_bare_except.py
codepolish/rules/rule_cross_language.py
codepolish/rules/rule_hallucinated_imports.py
codepolish/rules/rule_mutable_defaults.py
codepolish/rules/rule_noise.py
codepolish/rules/rule_placeholders.py
codepolish/rules/rule_structure.py
codepolish/rules/rule_unused_imports.py
tests/test_js_leaks.py
tests/test_mutable_defaults.py