Kaydet (Commit) 58d1e9aa authored tarafından Mariusz Felisiak's avatar Mariusz Felisiak Kaydeden (comit) Tim Graham

Ignored flake8 W504 warnings.

W504 is mutually exclusive with W503 that we follow.
üst 64174252
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment