From 57371dc7c4a424ba6957adcf86162ebdd74383dc Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Wed, 6 Oct 2021 16:55:11 -0700 Subject: [PATCH] Update flake8 config --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 5939e8f..efb97a6 100644 --- a/.flake8 +++ b/.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