diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-02-02 11:36:57 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-02-08 12:01:30 +0100 |
| commit | 9a7755fa2dde3434e7f0778e8641bac919be0649 (patch) | |
| tree | 7efe2a957ae0547979d1e1b1ac9ac4b124471b76 /setup.cfg | |
| parent | 8c407ee7f392ac44e9669658a473d6c486c388b3 (diff) | |
[4.0.x] Refs #33476 -- Adjusted docs and config files for Black.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of ba94488196a74e312177ef2621fbd427956836ef from main
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |
