Skip to content

Commit

Permalink
add numpydoc checking hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 22, 2023
1 parent cce41e4 commit 16bd484
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: isort
exclude: ^docs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.9
hooks:
- id: ruff
- repo: https://github.com/pycqa/flake8
Expand All @@ -47,6 +47,11 @@ repos:
- id: flake8
additional_dependencies: [ 'flake8-alphabetize', 'flake8-rst-docstrings' ]
args: [ '--config=.flake8' ]
- repo: https://github.com/numpy/numpydoc
rev: v1.6.0
hooks:
- id: numpydoc-validation
exclude: 'tests|docs/conf.py'
- repo: https://github.com/keewis/blackdoc
rev: v0.3.9
hooks:
Expand Down

0 comments on commit 16bd484

Please sign in to comment.