Skip to content

Commit

Permalink
Update pre-commit-config #204
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Dec 3, 2024
1 parent 26a6459 commit 2803e66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ repos:
- id: prettier
files: \.(css|less|md|json|sql)$

# Numpy's Sphinx extensions
- repo: https://github.com/numpy/numpydoc
rev: v1.8.0
hooks:
- id: numpydoc-validation
exclude: (tests|docs)/.*

# REUSE Software - Make licensing easy for humans and machines alike
- repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2
Expand Down

0 comments on commit 2803e66

Please sign in to comment.