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/*