LICENSE
README.md
pyproject.toml
src/scrut/__init__.py
src/scrut/analyzer.py
src/scrut/cli.py
src/scrut/git.py
src/scrut/report.py
src/scrut.egg-info/PKG-INFO
src/scrut.egg-info/SOURCES.txt
src/scrut.egg-info/dependency_links.txt
src/scrut.egg-info/entry_points.txt
src/scrut.egg-info/requires.txt
src/scrut.egg-info/top_level.txt
src/scrut/config/__init__.py
src/scrut/config/default.py
src/scrut/config/loader.py
src/scrut/rules/async_without_await.py
src/scrut/rules/bare_except.py
src/scrut/rules/boolean_complexity.py
src/scrut/rules/complexity.py
src/scrut/rules/detect_duplicateb.py
src/scrut/rules/detect_large_comprehensions.py
src/scrut/rules/empty_except.py
src/scrut/rules/if_else_chain.py
src/scrut/rules/large_lambda.py
src/scrut/rules/local_variables.py
src/scrut/rules/max_class_lines.py
src/scrut/rules/max_file_lines.py
src/scrut/rules/max_function_lines.py
src/scrut/rules/max_nesting.py
src/scrut/rules/max_parameters.py
src/scrut/rules/nested_function.py
src/scrut/rules/return_statements.py
src/scrut/utility/__init__.py
src/scrut/utility/docs.py
src/scrut/utility/is_generated.py
src/scrut/utility/is_ignored.py
src/scrut/utility/walk.py
tests/test_git.py