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/,
*/__pycache__
show_source = true
max_complexity = 10
max_complexity = 11
max_line_length = 200
statistics = true
doctests = true
@@ -24,4 +24,4 @@ show_missing = True
omit =
*_test.py,
*/site-packages/*,
*/source-packages/*
*/source-packages/*