1
0
mirror of https://github.com/taigaio/taiga-back synced 2025-10-05 15:52:48 +02:00
Files
taiga-back/setup.cfg
Miguel Gonzalez 6842a7bb21 Configure tox
2018-11-27 18:03:50 +01:00

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