mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Ignored flake8 W504 warnings.
W504 is mutually exclusive with W503 that we follow.
This commit is contained in:
parent
641742528a
commit
58d1e9aa8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue