forked from mirrors/thatmattlove-hyperglass
Update flake8 config
This commit is contained in:
parent
60786d1cea
commit
57371dc7c4
1 changed files with 1 additions and 1 deletions
2
.flake8
2
.flake8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue