Skip to content

Commit 73eee01

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 fb5e755 commit 73eee01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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]
@@ -63,18 +63,18 @@ repos:
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: v19.1.7
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.2
9191
hooks:
9292
- id: check-metaschema
9393
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)