From c6d41258530f72b0d04e61b3929d1cfdbc8ca934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sun, 17 Oct 2021 23:30:30 +0200 Subject: [PATCH] Exclude .github from flake8 tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd2729f9..a9af6783 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [flake8] max-line-length = 9999 import-order-style = pep8 -exclude = .git,.vscode,libraries,build.py +exclude = .git,.vscode,libraries,build.py,.github extend-ignore = I202 per-file-ignores =