Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/ansys/pre-commit-hooks: v0.4.1 → v0.3.1](ansys/pre-commit-hooks@v0.4.1...v0.3.1)
- [github.com/numpy/numpydoc: v1.7.0 → v1.8.0rc2](numpy/numpydoc@v1.7.0...v1.8.0rc2)
- [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](python-jsonschema/check-jsonschema@0.29.0...0.29.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent f186e30 commit 867cb55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fail_fast: True
repos:

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.4.1
rev: v0.3.1
hooks:
- id: add-license-headers
args:
Expand All @@ -15,7 +15,7 @@ repos:
- id: isort

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

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

0 comments on commit 867cb55

Please sign in to comment.