Skip to content

Commit ab0ad5b

Browse files
committed
Try to lower max-complexity
1 parent 96ebf61 commit ab0ad5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ show-source = true
6161
target-version = "py311"
6262

6363
[tool.ruff.mccabe] # DO NOT INCREASE THIS VALUE
64-
max-complexity = 19 # default: 10
64+
max-complexity = 18 # default: 10
6565

6666
[tool.ruff.pylint] # DO NOT INCREASE THESE VALUES
6767
max-args = 10 # default: 5

0 commit comments

Comments
 (0)