Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/ansys/pre-commit-hooks: v0.4.4 → v0.5.0](ansys/pre-commit-hooks@v0.4.4...v0.5.0)
- [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent 86e535c commit 95b557a
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 @@ -14,7 +14,7 @@ ci:
repos:

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.4.4
rev: v0.5.0
hooks:
- id: add-license-headers
args:
Expand Down Expand Up @@ -78,6 +78,6 @@ repos:

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

0 comments on commit 95b557a

Please sign in to comment.