gwift_old/tox.ini

6 lines
96 B
INI

[flake8]
max-line-length = 100
exclude = migrations, manage.py
max-complexity = 6
ignore = F405