From 3b23b3cc503b51c6fde9cb213ea0e8a8c7c2830d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 6 Apr 2020 22:19:25 +0200 Subject: [PATCH] exclude test folder from linting --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 1fad624..db5036c 100644 --- a/.flake8 +++ b/.flake8 @@ -8,7 +8,7 @@ exclude = __pycache__ build dist - tests + test *.pyc *.egg-info .cache