Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2957)
Browse files Browse the repository at this point in the history
updates:
- [github.com/numpy/numpydoc: v1.7.0rc0 → v1.7.0](numpy/numpydoc@v1.7.0rc0...v1.7.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 2, 2024
1 parent 782cc0d commit ae2843a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: isort

- repo: https://github.com/numpy/numpydoc
rev: v1.7.0rc0
rev: v1.7.0
hooks:
- id: numpydoc-validation
exclude: |
Expand Down Expand Up @@ -65,6 +65,6 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-workflows

0 comments on commit ae2843a

Please sign in to comment.