summaryrefslogtreecommitdiffstats
path: root/ruff.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ruff.toml')
-rw-r--r--ruff.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruff.toml b/ruff.toml
index 385bdf9232c..cae9b8373d1 100644
--- a/ruff.toml
+++ b/ruff.toml
@@ -41,7 +41,7 @@ force-wrap-aliases = true
[lint.pylint]
max-args = 8
-max-branches = 25
+max-branches = 26
max-returns = 9
max-statements = 30