misc-tools/.flake8

13 lines
152 B
Plaintext
Raw Normal View History

2021-02-09 15:22:05 +00:00
[flake8]
ignore = W391,W503,E126,E127,E402
exclude =
test/,
.scripts/,
libs/,
__pycache__,
.git/,
.cache
max-line-length: 150