Skip to content

Commit

Permalink
Merge pull request #271 from pyt-team/exclude_init_docstring_validation
Browse files Browse the repository at this point in the history
Exclude `__init__` docstring validation
  • Loading branch information
ffl096 committed Mar 6, 2024
2 parents 3812fc5 + 5d61447 commit 27e97ea
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 @@ -130,4 +130,5 @@ checks = [
]
exclude = [
'\.undocumented_method$',
'\.__init__$',
]

0 comments on commit 27e97ea

Please sign in to comment.