Skip to content

Commit

Permalink
feat: configure pydoclint to require return docstring when returning …
Browse files Browse the repository at this point in the history
…nothing
  • Loading branch information
ireneisdoomed committed Oct 31, 2023
1 parent 05f46e4 commit 116ff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ convention = "google"
[tool.pydoclint]
style = 'google'
exclude = '\.git|\.venv|__init__.py'
require-return-section-when-returning-nothing = false
require-return-section-when-returning-nothing = true
check-return-types = true
allow-init-docstring = true
arg-type-hints-in-docstring = true
Expand Down

0 comments on commit 116ff4f

Please sign in to comment.