Skip to content

Commit

Permalink
Merge pull request #892 from bact/dev
Browse files Browse the repository at this point in the history
ruff: docstring-code-format = true
  • Loading branch information
bact committed Dec 13, 2023
2 parents fcef21c + dad1511 commit dd11578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"
docstring-code-format = true

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

0 comments on commit dd11578

Please sign in to comment.