13 lines
152 B
INI
13 lines
152 B
INI
[flake8]
|
|
ignore = W391,W503,E126,E127,E402
|
|
exclude =
|
|
test/,
|
|
.scripts/,
|
|
libs/,
|
|
__pycache__,
|
|
.git/,
|
|
.cache
|
|
|
|
max-line-length: 150
|
|
|