README.md
pyproject.toml
setup.py
aider_lint_fixer/__init__.py
aider_lint_fixer/__main__.py
aider_lint_fixer/aider_integration.py
aider_lint_fixer/aider_strategic_recommendations.py
aider_lint_fixer/cache_cli.py
aider_lint_fixer/config_manager.py
aider_lint_fixer/error_analyzer.py
aider_lint_fixer/lint_runner.py
aider_lint_fixer/main.py
aider_lint_fixer/pattern_matcher.py
aider_lint_fixer/project_detector.py
aider_lint_fixer/rule_scraper.py
aider_lint_fixer/strategic_preflight_check.py
aider_lint_fixer/supported_versions.py
aider_lint_fixer.egg-info/PKG-INFO
aider_lint_fixer.egg-info/SOURCES.txt
aider_lint_fixer.egg-info/dependency_links.txt
aider_lint_fixer.egg-info/entry_points.txt
aider_lint_fixer.egg-info/requires.txt
aider_lint_fixer.egg-info/top_level.txt
aider_lint_fixer/linters/__init__.py
aider_lint_fixer/linters/ansible_lint.py
aider_lint_fixer/linters/base.py
aider_lint_fixer/linters/eslint_linter.py
aider_lint_fixer/linters/flake8_linter.py
aider_lint_fixer/linters/jshint_linter.py
aider_lint_fixer/linters/prettier_linter.py
aider_lint_fixer/linters/pylint_linter.py
tests/test_aider_integration.py
tests/test_ansible_lint_integration.py
tests/test_enhanced_pattern_matching.py
tests/test_eslint_config_detection.py
tests/test_new_features.py
tests/test_nodejs_lint_integration.py
tests/test_python_lint_integration.py
tests/test_rule_scraper.py