Skip to content

Commit

Permalink
Add numpdoc validation to .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored Sep 14, 2023
1 parent a96afc2 commit 1e905aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ repos:
args:
- --convention=numpy
- --add-ignore=D1
- repo: https://github.com/numpy/numpydoc
rev: v1.5.0
hooks:
- id: numpydoc-validation

0 comments on commit 1e905aa

Please sign in to comment.