Skip to content

Commit 8cda64d

Browse files
authored
MAINT: Reduce max-complexity of tool.ruff.lint.mccabe (#3365)
1 parent 24c095b commit 8cda64d

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
@@ -205,7 +205,7 @@ ignore = [
205205
]
206206

207207
[tool.ruff.lint.mccabe]
208-
max-complexity = 54 # Recommended: 10
208+
max-complexity = 37 # Recommended: 10
209209

210210
[tool.ruff.lint.per-file-ignores]
211211
"_cryptography.py" = ["S304", "S305"] # Use of insecure cipher / modes, aka RC4 and AES-ECB

0 commit comments

Comments
 (0)