added .flake8 file

This commit is contained in:
Mark McIntyre 2021-02-09 10:22:05 -05:00
parent a099325707
commit 37d0e32fcd

12
.flake8 Normal file
View File

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