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