LICENSE
README.md
pyproject.toml
tests/test_ast_scanner.py
tests/test_checks.py
tests/test_cli.py
tests/test_contract.py
tests/test_json_merger.py
tests/test_report.py
tests/test_similarity.py
toollint/__init__.py
toollint/__main__.py
toollint/_base_class.py
toollint/_contract.py
toollint/_decorator.py
toollint/_report.py
toollint.egg-info/PKG-INFO
toollint.egg-info/SOURCES.txt
toollint.egg-info/dependency_links.txt
toollint.egg-info/entry_points.txt
toollint.egg-info/requires.txt
toollint.egg-info/top_level.txt
toollint/_collectors/__init__.py
toollint/_collectors/_ast_scanner.py
toollint/_collectors/_json_merger.py
toollint/_engine/__init__.py
toollint/_engine/_checks.py
toollint/_engine/_similarity.py