.codeclimate.yml | |
|
|
.editorconfig | |
|
|
.flake_master | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/workflows/build.yml | |
|
|
.github/workflows/build_pr.yml | |
|
|
.github/workflows/publish.yml | |
|
|
.gitignore | |
|
|
.mdlrc | |
|
|
.mdlrc.rb | 2 | A 0 mins |
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
flake8_expression_complexity/__init__.py | 1 | A 0 mins | A 100% |
flake8_expression_complexity/checker.py | 44 | A 25 mins | B 86% |
flake8_expression_complexity/utils/__init__.py | 0 | A 0 mins | F 0% |
flake8_expression_complexity/utils/ast.py | 33 | A 1 hr | A 94% |
flake8_expression_complexity/utils/complexity.py | 138 | A 0 mins | A 93% |
flake8_expression_complexity/utils/django.py | 19 | A 0 mins | A 100% |
flake8_expression_complexity/utils/iterables.py | 7 | A 0 mins | B 85% |
requirements_dev.txt | |
|
|
setup.cfg | |
|
|
setup.py | 49 | A 0 mins |
|