LICENSE.md
README.md
pyproject.toml
src/pyrefactor/__init__.py
src/pyrefactor/__main__.py
src/pyrefactor/_version.py
src/pyrefactor/analyzer.py
src/pyrefactor/ast_visitor.py
src/pyrefactor/config.py
src/pyrefactor/json_reporter.py
src/pyrefactor/models.py
src/pyrefactor/py.typed
src/pyrefactor/reporter.py
src/pyrefactor.egg-info/PKG-INFO
src/pyrefactor.egg-info/SOURCES.txt
src/pyrefactor.egg-info/dependency_links.txt
src/pyrefactor.egg-info/entry_points.txt
src/pyrefactor.egg-info/requires.txt
src/pyrefactor.egg-info/top_level.txt
src/pyrefactor/detectors/__init__.py
src/pyrefactor/detectors/boolean_logic.py
src/pyrefactor/detectors/comparisons.py
src/pyrefactor/detectors/complexity.py
src/pyrefactor/detectors/context_manager.py
src/pyrefactor/detectors/control_flow.py
src/pyrefactor/detectors/dict_operations.py
src/pyrefactor/detectors/duplication.py
src/pyrefactor/detectors/loops.py
src/pyrefactor/detectors/performance.py
tests/test_analyzer.py
tests/test_ast_visitor.py
tests/test_boolean_logic_detector.py
tests/test_cli.py
tests/test_comparisons_detector.py
tests/test_complexity_detector.py
tests/test_config.py
tests/test_config_discovery.py
tests/test_context_manager_detector.py
tests/test_control_flow_detector.py
tests/test_dict_operations_detector.py
tests/test_duplication_detector.py
tests/test_imports.py
tests/test_integration.py
tests/test_json_reporter.py
tests/test_loops_detector.py
tests/test_models.py
tests/test_performance_detector.py
tests/test_reporter.py
tests/test_version.py