InvenTree/setup.cfg
2019-05-02 17:44:01 +10:00

9 lines
178 B
INI

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