Skip to content

Commit dd11578

Browse files
authored
Merge pull request #892 from bact/dev
ruff: docstring-code-format = true
2 parents fcef21c + dad1511 commit dd11578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ quote-style = "double"
88
indent-style = "space"
99
skip-magic-trailing-comma = false
1010
line-ending = "auto"
11+
docstring-code-format = true
1112

1213
[tool.ruff.lint.mccabe]
1314
# Flag errors (`C901`) whenever the complexity level exceeds 5. Default is 10.
15+
# We should aim to gradually reduce this to 10.
1416
max-complexity = 40

0 commit comments

Comments
 (0)