Add tox file for flake8 config

This commit is contained in:
Matt
2021-12-04 10:25:24 -05:00
parent 89748156a6
commit c33274709e

8
tox.ini Normal file
View File

@@ -0,0 +1,8 @@
[flake8]
max-line-length = 9999
import-order-style = pep8
exclude = .git,.vscode,libraries,build.py,.github
extend-ignore =
I202
per-file-ignores =
*/__init__.py: F401