taiga-back/setup.cfg

12 lines
171 B
INI

[flake8]
ignore = E41,E266
max-line-length = 120
exclude =
.git,
*__pycache__*,
*tests*,
*scripts*,
*migrations*,
*management*
max-complexity = 10