mirror of
https://github.com/taigaio/taiga-back
synced 2025-10-05 15:52:48 +02:00
15 lines
204 B
INI
15 lines
204 B
INI
[flake8]
|
|
ignore = E41,E266
|
|
max-line-length = 120
|
|
exclude =
|
|
.cache,
|
|
.git,
|
|
.tox,
|
|
.venv,
|
|
*__pycache__*,
|
|
*tests*,
|
|
*scripts*,
|
|
*migrations*,
|
|
*management*
|
|
max-complexity = 10
|