We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcef21c + dad1511 commit dd11578Copy full SHA for dd11578
pyproject.toml
@@ -8,7 +8,9 @@ quote-style = "double"
8
indent-style = "space"
9
skip-magic-trailing-comma = false
10
line-ending = "auto"
11
+docstring-code-format = true
12
13
[tool.ruff.lint.mccabe]
14
# Flag errors (`C901`) whenever the complexity level exceeds 5. Default is 10.
15
+# We should aim to gradually reduce this to 10.
16
max-complexity = 40
0 commit comments