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/ast_dependency_analyzer.py
aider_lint_fixer/cache_cli.py
aider_lint_fixer/community_issue_reporter.py
aider_lint_fixer/config_manager.py
aider_lint_fixer/context_manager.py
aider_lint_fixer/control_flow_analyzer.py
aider_lint_fixer/convergence_analyzer.py
aider_lint_fixer/cost_monitor.py
aider_lint_fixer/enhanced_interactive.py
aider_lint_fixer/error_analyzer.py
aider_lint_fixer/intelligent_force_mode.py
aider_lint_fixer/iterative_force_mode.py
aider_lint_fixer/lint_runner.py
aider_lint_fixer/main.py
aider_lint_fixer/native_lint_detector.py
aider_lint_fixer/pattern_matcher.py
aider_lint_fixer/pre_lint_assessment.py
aider_lint_fixer/progress_tracker.py
aider_lint_fixer/project_detector.py
aider_lint_fixer/rule_scraper.py
aider_lint_fixer/smart_linter_selector.py
aider_lint_fixer/strategic_preflight_check.py
aider_lint_fixer/structural_analyzer.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_aider_integration_public_methods.py
tests/test_aider_strategic_recommendations.py
tests/test_ansible_lint_integration.py
tests/test_ast_dependency_analyzer.py
tests/test_cache_cli.py
tests/test_community_issue_reporter.py
tests/test_context_manager.py
tests/test_control_flow_analyzer.py
tests/test_convergence_analyzer.py
tests/test_cost_monitor.py
tests/test_enhanced_error_analyzer.py
tests/test_enhanced_interactive_integration.py
tests/test_enhanced_parameterized.py
tests/test_enhanced_pattern_matching.py
tests/test_eslint_config_detection.py
tests/test_eslint_flat_config_bug.py
tests/test_intelligent_force_mode.py
tests/test_iterative_force_mode.py
tests/test_main.py
tests/test_native_lint_detector.py
tests/test_new_features.py
tests/test_nodejs_lint_integration.py
tests/test_performance_benchmarks.py
tests/test_pre_lint_assessment.py
tests/test_progress_tracking.py
tests/test_python_lint_integration.py
tests/test_rule_scraper.py
tests/test_runner.py
tests/test_smart_linter_selector.py
tests/test_strategic_preflight_check.py
tests/test_structural_analyzer.py
tests/test_supported_versions.py
tests/test_type_checking_baseline.py