diff --git a/setup.cfg b/setup.cfg index 5b37a54c11..ce026e6f49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]