There was an error while loading. Please reload this page.
1 parent 481a821 commit 122dfd5Copy full SHA for 122dfd5
1 file changed
pyproject.toml
@@ -98,7 +98,7 @@ force-single-line = false
98
split-on-trailing-comma = true
99
100
[tool.ruff.lint.mccabe]
101
-max-complexity = 10
+max-complexity = 12
102
103
[tool.ruff.lint.per-file-ignores]
104
"__init__.py" = ["F401"] # Allow unused imports in __init__.py
0 commit comments