misc-tools/.flake8
2021-02-09 10:22:05 -05:00

13 lines
152 B
INI

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