diff --git a/salt/sensoroni/files/analyzers/pytest.ini b/salt/sensoroni/files/analyzers/pytest.ini index 5846d267d..e74b52dd1 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 = 11 +max_complexity = 12 max_line_length = 200 statistics = true doctests = true