Skip to content

Commit f614d4e

Browse files
committed
Increase allowed complexity
1 parent 2ba3dd9 commit f614d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ exclude = [
9898
]
9999

100100
[tool.ruff.lint.mccabe]
101-
max-complexity = 12
101+
max-complexity = 15
102102

103103
[tool.mypy]
104104
warn_unused_configs = true

0 commit comments

Comments
 (0)