Skip to content

Commit 122dfd5

Browse files
committed
fix linting
1 parent 481a821 commit 122dfd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ force-single-line = false
9898
split-on-trailing-comma = true
9999

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

103103
[tool.ruff.lint.per-file-ignores]
104104
"__init__.py" = ["F401"] # Allow unused imports in __init__.py

0 commit comments

Comments
 (0)