11 lines
149 B
INI
11 lines
149 B
INI
|
[flake8]
|
||
|
max-line-length = 88
|
||
|
extend-ignore =
|
||
|
E203,
|
||
|
exclude =
|
||
|
migrations,
|
||
|
__pycache__,
|
||
|
tests
|
||
|
per-file-ignores = **/*/models.py:F401
|
||
|
|