Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3316)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

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)

* chore: adding changelog file 3316.miscellaneous.md

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and pyansys-ci-bot authored Jul 30, 2024
1 parent f186e30 commit a050034
Show file tree
Hide file tree
Showing 2 changed files with 4 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
1 change: 1 addition & 0 deletions doc/changelog.d/3316.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[pre-commit.ci] pre-commit autoupdate

0 comments on commit a050034

Please sign in to comment.