Skip to content

Commit 14eeada

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/sirosen/check-jsonschema: 0.37.1 → 0.37.2](python-jsonschema/check-jsonschema@0.37.1...0.37.2) - [github.com/scop/pre-commit-shfmt: v3.13.0-1 → v3.13.1-1](scop/pre-commit-shfmt@v3.13.0-1...v3.13.1-1) - [github.com/pre-commit/mirrors-clang-format: v22.1.2 → v22.1.4](pre-commit/mirrors-clang-format@v22.1.2...v22.1.4) - [github.com/jackdewinter/pymarkdown: v0.9.36 → v0.9.37](jackdewinter/pymarkdown@v0.9.36...v0.9.37)
1 parent d1c2ed8 commit 14eeada

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: (?i)^(.*third[^/]*party/.*|.*\.ts|.*\.trt)$
88

99
repos:
1010
- repo: https://github.com/sirosen/check-jsonschema # check-jsonschema is a github actions and workflows verifier.
11-
rev: 0.37.1
11+
rev: 0.37.2
1212
hooks:
1313
- id: check-github-actions
1414
- id: check-github-workflows
@@ -28,7 +28,7 @@ repos:
2828
- error
2929

3030
- repo: https://github.com/scop/pre-commit-shfmt # pre-commit-shfmt formats shell scripts.
31-
rev: v3.13.0-1
31+
rev: v3.13.1-1
3232
hooks:
3333
- id: shfmt
3434

@@ -52,7 +52,7 @@ repos:
5252
- id: black-jupyter
5353

5454
- repo: https://github.com/pre-commit/mirrors-clang-format # mirrors-clang-format is a clang-format wrapper, it can format json.
55-
rev: v22.1.2
55+
rev: v22.1.4
5656
hooks:
5757
- id: clang-format
5858
files: (?i)\.(h|c|hpp|cpp|hxx|cxx|cc|json)$ # enabled json, if prettier is used, should turn off json.
@@ -73,7 +73,7 @@ repos:
7373
- id: mdformat
7474

7575
- repo: https://github.com/jackdewinter/pymarkdown # pymarkdown is a markdown linter.
76-
rev: v0.9.36
76+
rev: v0.9.37
7777
hooks:
7878
- id: pymarkdown
7979
args:

0 commit comments

Comments
 (0)