Skip to content

Commit cb509c4

Browse files
github-actionsgithub-actions[bot]
github-actions
authored andcommitted
ci(pre-commit): autoupdate
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1565e4e commit cb509c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
args: [--markdown-linebreak-ext=md]
2323

2424
- repo: https://github.com/igorshubovych/markdownlint-cli
25-
rev: v0.43.0
25+
rev: v0.44.0
2626
hooks:
2727
- id: markdownlint
2828
args: [-c, .markdownlint.yaml, --fix]
@@ -70,7 +70,7 @@ repos:
7070
args: [--line-length=100]
7171

7272
- repo: https://github.com/pre-commit/mirrors-clang-format
73-
rev: v19.1.4
73+
rev: v19.1.7
7474
hooks:
7575
- id: clang-format
7676
types_or: [c++, c, cuda]
@@ -83,7 +83,7 @@ repos:
8383
exclude: .cu
8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: 0.30.0
86+
rev: 0.31.0
8787
hooks:
8888
- id: check-metaschema
8989
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)