Skip to content

Commit 6824820

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
args: [--markdown-linebreak-ext=md]
2727

2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.44.0
29+
rev: v0.45.0
3030
hooks:
3131
- id: markdownlint
3232
args: [-c, .markdownlint.yaml, --fix]
@@ -37,7 +37,7 @@ repos:
3737
- id: prettier
3838

3939
- repo: https://github.com/adrienverge/yamllint
40-
rev: v1.37.0
40+
rev: v1.37.1
4141
hooks:
4242
- id: yamllint
4343

@@ -79,20 +79,20 @@ repos:
7979
args: [--line-length=100]
8080

8181
- repo: https://github.com/pre-commit/mirrors-clang-format
82-
rev: v20.1.0
82+
rev: v20.1.7
8383
hooks:
8484
- id: clang-format
8585
types_or: [c++, c, cuda]
8686

8787
- repo: https://github.com/cpplint/cpplint
88-
rev: 2.0.0
88+
rev: 2.0.2
8989
hooks:
9090
- id: cpplint
9191
args: [--quiet]
9292
exclude: .cu
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.32.1
95+
rev: 0.33.1
9696
hooks:
9797
- id: check-metaschema
9898
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)