Update flake8 config

This commit is contained in:
thatmattlove 2021-10-06 16:55:11 -07:00
parent 60786d1cea
commit 57371dc7c4

View file

@ -3,7 +3,7 @@ max-line-length=100
count=True
show-source=False
statistics=True
exclude=.git, hyperglass/ui, __pycache__, hyperglass/api/examples/*.py, hyperglass/compat/_sshtunnel.py, test.py
exclude=.git, __pycache__, hyperglass/ui, hyperglass/plugins/external, hyperglass/api/examples/*.py, hyperglass/compat/_sshtunnel.py
filename=*.py
per-file-ignores=
hyperglass/main.py:E402