From 25f17a5efd03975b8f3f113b54307d98d135a07e Mon Sep 17 00:00:00 2001 From: weslambert Date: Fri, 29 Apr 2022 09:42:57 -0400 Subject: [PATCH] Update allowed complexity to 11 --- salt/sensoroni/files/analyzers/pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/sensoroni/files/analyzers/pytest.ini b/salt/sensoroni/files/analyzers/pytest.ini index 8504eca09..5846d267d 100644 --- a/salt/sensoroni/files/analyzers/pytest.ini +++ b/salt/sensoroni/files/analyzers/pytest.ini @@ -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/* \ No newline at end of file + */source-packages/*