Skip to content

Commit

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

0 comments on commit da5344a

Please sign in to comment.