Ignoring complex-functions in guided.py (couldn't find a way to specifically ignore C901 for ask_user_questions() alone)

This commit is contained in:
Anton Hvornum 2021-12-31 16:08:27 +01:00
parent ec4feade61
commit ffa29e2cd4
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

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