We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae034ae commit 3543144Copy full SHA for 3543144
1 file changed
.pre-commit-config.yaml
@@ -52,7 +52,7 @@ repos:
52
53
## Ensure uv.lock is up to date
54
- repo: https://github.com/astral-sh/uv-pre-commit
55
- rev: 0.11.8
+ rev: 0.11.12
56
hooks:
57
- id: uv-lock
58
priority: 0
@@ -120,7 +120,7 @@ repos:
120
121
## Format C++ files with clang-format
122
- repo: https://github.com/pre-commit/mirrors-clang-format
123
- rev: v22.1.4
+ rev: v22.1.5
124
125
- id: clang-format
126
types_or: [c++, c, cuda]
0 commit comments