Skip to content

Commit

Permalink
Add pydocstyle convention to remove ruff warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Sep 19, 2023
1 parent 8c53671 commit 62af006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ multiline-quotes = "single"
[isort]
force-single-line = true
known-first-party = ["unbeheader"]

[pydocstyle]
convention = "google"

0 comments on commit 62af006

Please sign in to comment.