mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 11:21:13 +00:00
27 lines
447 B
INI
27 lines
447 B
INI
|
[flake8]
|
||
|
exclude = venv/*,tox/*,specs/*
|
||
|
ignore = E123,E128,E203,E266,E402,F405,E501,W503,E731,W601
|
||
|
max-line-length = 119
|
||
|
|
||
|
[isort]
|
||
|
profile = black
|
||
|
multi_line_output = 3
|
||
|
|
||
|
[mypy]
|
||
|
warn_unused_ignores = True
|
||
|
|
||
|
[mypy-django.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-urlman.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-crispy_forms.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-cryptography.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-*.migrations.*]
|
||
|
ignore_errors = True
|