Update allowed complexity to 11

This commit is contained in:
weslambert
2022-04-29 09:42:57 -04:00
committed by GitHub
parent 66b4fe9f58
commit 25f17a5efd

View File

@@ -5,7 +5,7 @@ exclude =
*/source-packages/, */source-packages/,
*/__pycache__ */__pycache__
show_source = true show_source = true
max_complexity = 10 max_complexity = 11
max_line_length = 200 max_line_length = 200
statistics = true statistics = true
doctests = true doctests = true
@@ -24,4 +24,4 @@ show_missing = True
omit = omit =
*_test.py, *_test.py,
*/site-packages/*, */site-packages/*,
*/source-packages/* */source-packages/*