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:
parent
ec4feade61
commit
ffa29e2cd4
2
.flake8
2
.flake8
|
|
@ -6,4 +6,4 @@ max-complexity = 40
|
||||||
max-line-length = 236
|
max-line-length = 236
|
||||||
show-source = True
|
show-source = True
|
||||||
statistics = 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
|
||||||
Loading…
Reference in New Issue