[2.0.x] Ignored flake8 W504 warnings.
W504 is mutually exclusive with W503 that we follow. Backport of 58d1e9aa8ab505912389e7cd019a6f21785ad4bf from master.
This commit is contained in:
parent
66ac7a129a
commit
ae416b1788
@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
|
exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
|
||||||
ignore = W601
|
ignore = W504,W601
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user