Update allowed complexity to 12

This commit is contained in:
weslambert
2022-05-02 16:14:43 -04:00
committed by GitHub
parent 25f17a5efd
commit 2fcb2b081d

View File

@@ -5,7 +5,7 @@ exclude =
*/source-packages/, */source-packages/,
*/__pycache__ */__pycache__
show_source = true show_source = true
max_complexity = 11 max_complexity = 12
max_line_length = 200 max_line_length = 200
statistics = true statistics = true
doctests = true doctests = true