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/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/python-jsonschema/check-jsonschema: 0.19.1 → 0.28.3](python-jsonschema/check-jsonschema@0.19.1...0.28.3)
  • Loading branch information
pre-commit-ci[bot] committed May 13, 2024
1 parent 0013097 commit 8150427
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 @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: check-added-large-files # default > 500kB, lfs excluded
- id: check-ast # for python
Expand All @@ -28,6 +28,6 @@ repos:
- id: cmake-lint
args: [--suppress-decorations]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.1
rev: 0.28.3
hooks:
- id: check-github-workflows

0 comments on commit 8150427

Please sign in to comment.