diff options
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 |
