Skip to content

Commit

Permalink
add rudd docstring settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Dec 18, 2024
1 parent c57fc29 commit 280c1b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ extend-ignore = ["F821"]
[tool.ruff.pydocstyle]
convention = "google"

[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = 20

[tool.ruff.per-file-ignores]
"__init__.py" = ["E402", "F401"]

Expand Down

0 comments on commit 280c1b9

Please sign in to comment.