mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33476 -- Adjusted docs and config files for Black.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
6f185a53a2
commit
ba94488196
14
setup.cfg
14
setup.cfg
@@ -57,13 +57,15 @@ install_script = scripts/rpm-install.sh
|
||||
|
||||
[flake8]
|
||||
exclude = build,.git,.tox,./tests/.env
|
||||
ignore = W504,W601
|
||||
max-line-length = 119
|
||||
extend-ignore = E203
|
||||
max-line-length = 88
|
||||
per-file-ignores =
|
||||
django/core/cache/backends/filebased.py:W601
|
||||
django/core/cache/backends/base.py:W601
|
||||
django/core/cache/backends/redis.py:W601
|
||||
tests/cache/tests.py:W601
|
||||
|
||||
[isort]
|
||||
combine_as_imports = true
|
||||
profile = black
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party = django
|
||||
line_length = 79
|
||||
multi_line_output = 5
|
||||
|
||||
Reference in New Issue
Block a user