.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
requirements-dev.txt
tox.ini
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/ci.yml
import_analyzer/__init__.py
import_analyzer/__main__.py
import_analyzer/_ast_helpers.py
import_analyzer/_autofix.py
import_analyzer/_cross_file.py
import_analyzer/_data.py
import_analyzer/_detection.py
import_analyzer/_format.py
import_analyzer/_graph.py
import_analyzer/_main.py
import_analyzer/_resolution.py
import_analyzer/py.typed
import_analyzer_py.egg-info/PKG-INFO
import_analyzer_py.egg-info/SOURCES.txt
import_analyzer_py.egg-info/dependency_links.txt
import_analyzer_py.egg-info/entry_points.txt
import_analyzer_py.egg-info/requires.txt
import_analyzer_py.egg-info/top_level.txt
tests/__init__.py
tests/aliased_imports_test.py
tests/autofix_test.py
tests/cli_test.py
tests/cross_file_test.py
tests/detection_test.py
tests/file_operations_test.py
tests/format_test.py
tests/graph_test.py
tests/resolution_test.py
tests/scope_analysis_test.py
tests/shadowed_imports_test.py
tests/special_imports_test.py
tests/type_annotations_test.py