Skip to content

Commit 22d26f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.4...v19.1.7) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.2](python-jsonschema/check-jsonschema@0.30.0...0.31.2)
1 parent 0d07e62 commit 22d26f2

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
@@ -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]
@@ -59,18 +59,18 @@ repos:
5959
args: [-w, -s, -i=4]
6060

6161
- repo: https://github.com/pycqa/isort
62-
rev: 5.13.2
62+
rev: 6.0.0
6363
hooks:
6464
- id: isort
6565

6666
- repo: https://github.com/psf/black
67-
rev: 24.10.0
67+
rev: 25.1.0
6868
hooks:
6969
- id: black
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.2
8787
hooks:
8888
- id: check-metaschema
8989
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)