From ffa29e2cd4e082b1b124b44e525863c76d86eb0b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 31 Dec 2021 16:08:27 +0100 Subject: Ignoring complex-functions in guided.py (couldn't find a way to specifically ignore C901 for ask_user_questions() alone) --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 75990383..4ca1e031 100644 --- a/.flake8 +++ b/.flake8 @@ -6,4 +6,4 @@ max-complexity = 40 max-line-length = 236 show-source = True statistics = True -per-file-ignores = __init__.py:F401,F403,F405 simple_menu.py:C901,W503 +per-file-ignores = __init__.py:F401,F403,F405 simple_menu.py:C901,W503 guided.py:C901 \ No newline at end of file -- cgit v1.2.3-54-g00ecf