Skip to content

Commit eeb1ffd

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 d66fb9e commit eeb1ffd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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,7 +63,7 @@ repos:
6363
args: [-w, -s, -i=4]
6464

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

@@ -74,7 +74,7 @@ repos:
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.0
9191
hooks:
9292
- id: check-metaschema
9393
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)