From 9d9e452900e9b1975bd72a98e6eebbf1f3dddd08 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 1 May 2022 17:20:27 +0200 Subject: [PATCH] Making flake8 ignore tests --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 39310a6c..54fe379a 100644 --- a/.flake8 +++ b/.flake8 @@ -8,3 +8,4 @@ show-source = True statistics = True builtins = _ per-file-ignores = __init__.py:F401,F403,F405 simple_menu.py:C901,W503 guided.py:C901 network_configuration.py:F821 +exclude = tests \ No newline at end of file