mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #26176 -- Fixed E123 flake8 warnings.
This commit is contained in:
parent
275314512d
commit
406675b1a0
16 changed files with 536 additions and 548 deletions
|
@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh
|
|||
|
||||
[flake8]
|
||||
exclude = build,.git,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner,tests/view_tests/tests/py3_test_debug.py,tests/template_tests/annotated_tag_function.py
|
||||
ignore = E123,E128,E402,W503,W601
|
||||
ignore = E128,E402,W503,W601
|
||||
max-line-length = 119
|
||||
|
||||
[isort]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue