Skip to content

Commit

Permalink
docstring-code-format = true
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Dec 13, 2023
1 parent fcef21c commit dad1511
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 dad1511

Please sign in to comment.