Skip to content

Commit ae2843a

Browse files
[pre-commit.ci] pre-commit autoupdate (#2957)
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>
1 parent 782cc0d commit ae2843a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: isort
1414

1515
- repo: https://github.com/numpy/numpydoc
16-
rev: v1.7.0rc0
16+
rev: v1.7.0
1717
hooks:
1818
- id: numpydoc-validation
1919
exclude: |
@@ -65,6 +65,6 @@ repos:
6565

6666
# this validates our github workflow files
6767
- repo: https://github.com/python-jsonschema/check-jsonschema
68-
rev: 0.28.0
68+
rev: 0.28.1
6969
hooks:
7070
- id: check-github-workflows

0 commit comments

Comments
 (0)