Skip to content

Commit

Permalink
excluded missing docstring from numpydoc validation pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 2, 2023
1 parent 54b62d4 commit ca03afe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ extend-exclude = '''
| dist
)/
'''

[tool.numpydoc.validation]
checks = [
"all",
"GL08",
]

0 comments on commit ca03afe

Please sign in to comment.