Skip to content

Commit

Permalink
feat: configure pydoclint to require type signatures for all functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Oct 31, 2023
1 parent e0287ee commit fd7cc17
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 @@ -121,3 +121,5 @@ convention = "google"
style = 'google'
exclude = '\.git|\.venv|__init__.py'
require-return-section-when-returning-nothing = false
check-return-types = true
arg-type-hints-in-docstring = true

0 comments on commit fd7cc17

Please sign in to comment.