Skip to content

Commit 5b5a2c4

Browse files
committed
ci: change max_complexity to 10 != 5
lets be real... 5 was never going to happen
1 parent f6c2df7 commit 5b5a2c4

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
@@ -200,4 +200,4 @@ suppress-none-returning = true
200200
max-string-length = 20
201201

202202
[tool.ruff.mccabe]
203-
max-complexity = 5
203+
max-complexity = 10

0 commit comments

Comments
 (0)