Making flake8 ignore tests

This commit is contained in:
Anton Hvornum 2022-05-01 17:20:27 +02:00
parent 9d6e85e931
commit 9d9e452900
1 changed files with 1 additions and 0 deletions

View File

@ -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