Skip to content

Commit ff5272f

Browse files
committed
test: reduce mccabe to 1
this is to check if CI is working correctly
1 parent 8908c9c commit ff5272f

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
@@ -92,7 +92,7 @@ select = [
9292
] # uncomment to re-enable mccabe complexity - see https://github.com/TimMcCool/scratchattach/issues/566
9393

9494
[tool.ruff.lint.mccabe]
95-
max-complexity = 10
95+
max-complexity = 1
9696

9797
[tool.setuptools.packages.find]
9898
where = ["."]

0 commit comments

Comments
 (0)