Skip to content

Commit

Permalink
feat: configure pydoclint to check all functions have args in their d…
Browse files Browse the repository at this point in the history
…ocstrings
  • Loading branch information
ireneisdoomed committed Oct 31, 2023
1 parent da5344a commit 05f46e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ require-return-section-when-returning-nothing = false
check-return-types = true
allow-init-docstring = true
arg-type-hints-in-docstring = true
skip-checking-short-docstrings = false

0 comments on commit 05f46e4

Please sign in to comment.