mirror of https://github.com/django/django.git
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
|
[flake8]
|
||
|
exclude = build,.git,.tox,./tests/.env
|
||
|
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
|