Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#7)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/mirrors-clang-format: v18.1.6 →
v18.1.8](pre-commit/mirrors-clang-format@v18.1.6...v18.1.8)
- [github.com/python-jsonschema/check-jsonschema: 0.28.4 →
0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 3, 2024
1 parent bb8b8c8 commit 67cd4fb
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 @@ -53,7 +53,7 @@ repos:

# CPP hooks
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.6
rev: v18.1.8
hooks:
- id: clang-format
args: ['-fallback-style=none', '-i']
Expand Down Expand Up @@ -119,7 +119,7 @@ repos:

# Check Github files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.28.6
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit 67cd4fb

Please sign in to comment.