Skip to content

Commit 2f037ea

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 bcff953 commit 2f037ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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.43.0
29+
rev: v0.44.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.35.1
40+
rev: v1.36.0
4141
hooks:
4242
- id: yamllint
4343

@@ -57,24 +57,24 @@ repos:
5757
- id: shellcheck
5858

5959
- repo: https://github.com/scop/pre-commit-shfmt
60-
rev: v3.10.0-2
60+
rev: v3.11.0-1
6161
hooks:
6262
- id: shfmt
6363
args: [-w, -s, -i=4]
6464

6565
- repo: https://github.com/pycqa/isort
66-
rev: 5.13.2
66+
rev: 6.0.1
6767
hooks:
6868
- id: isort
6969

7070
- repo: https://github.com/psf/black
71-
rev: 24.10.0
71+
rev: 25.1.0
7272
hooks:
7373
- id: black
7474
args: [--line-length=100]
7575

7676
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v19.1.5
77+
rev: v20.1.0
7878
hooks:
7979
- id: clang-format
8080
types_or: [c++, c, cuda]
@@ -87,7 +87,7 @@ repos:
8787
exclude: .cu
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.30.0
90+
rev: 0.31.3
9191
hooks:
9292
- id: check-metaschema
9393
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)