Skip to content

Commit

Permalink
Merge pull request #59 from sudlab/ns-rse/50-pygrep
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Nov 20, 2024
2 parents 1c71d07 + 0282a3b commit f94c379
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ repos:
hooks:
- id: numpydoc-validation

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal
- id: python-no-eval
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
- id: python-check-mock-methods
- repo: local
hooks:
- id: pylint
Expand Down

0 comments on commit f94c379

Please sign in to comment.