12 lines
152 B
INI
12 lines
152 B
INI
[flake8]
|
|
max-line-length = 119
|
|
ignore = W503
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
docs/source/conf.py,
|
|
old,
|
|
build,
|
|
dist,
|
|
migrations
|