2017-04-10 20:55:25 +00:00
|
|
|
[flake8]
|
|
|
|
ignore =
|
|
|
|
# - W293 - blank lines contain whitespace
|
|
|
|
W293,
|
|
|
|
# - E501 - line too long (82 characters)
|
2019-04-25 11:09:02 +00:00
|
|
|
E501
|
2019-05-02 07:44:01 +00:00
|
|
|
exclude = .git,__pycache__,*/migrations/*
|
2019-04-25 11:09:02 +00:00
|
|
|
max-complexity = 20
|