We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d9cf2 commit 9833ea7Copy full SHA for 9833ea7
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
args: [--markdown-linebreak-ext=md]
19
20
- repo: https://github.com/igorshubovych/markdownlint-cli
21
- rev: v0.39.0
+ rev: v0.40.0
22
hooks:
23
- id: markdownlint
24
args: [-c, .markdownlint.yaml, --fix]
@@ -60,13 +60,13 @@ repos:
60
- id: isort
61
62
- repo: https://github.com/psf/black
63
- rev: 24.4.0
+ rev: 24.4.2
64
65
- id: black
66
args: [--line-length=100]
67
68
- repo: https://github.com/pre-commit/mirrors-clang-format
69
- rev: v18.1.3
+ rev: v18.1.4
70
71
- id: clang-format
72
types_or: [c++, c, cuda]
@@ -79,7 +79,7 @@ repos:
79
exclude: .cu
80
81
- repo: https://github.com/python-jsonschema/check-jsonschema
82
- rev: 0.23.2
+ rev: 0.28.2
83
84
- id: check-metaschema
85
files: ^.+/schema/.*schema\.json$
0 commit comments