[2.1.x] Ignored flake8 W504 warnings.

W504 is mutually exclusive with W503 that we follow.

Backport of 58d1e9aa8a from master.
This commit is contained in:
Mariusz Felisiak 2018-10-24 09:13:13 +02:00 committed by Tim Graham
parent 8a348c5fd0
commit 5aeffc0535
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh
[flake8]
exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
ignore = W601
ignore = W504,W601
max-line-length = 119
[isort]