InvenTree/setup.cfg
2017-04-10 22:55:25 +02:00

9 lines
163 B
INI

[flake8]
ignore =
# - W293 - blank lines contain whitespace
W293,
# - E501 - line too long (82 characters)
E501
exclude = .git,__pycache__
max-complexity = 10