We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84a26cd + 243d089 commit 776dd2eCopy full SHA for 776dd2e
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ ci:
13
repos:
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
# Ruff version.
16
- rev: v0.14.6
+ rev: v0.14.10
17
hooks:
18
# Run the linter.
19
- id: ruff
@@ -22,16 +22,16 @@ repos:
22
- id: ruff-format
23
- repo: https://github.com/astral-sh/uv-pre-commit
24
# uv version.
25
- rev: 0.9.11
+ rev: 0.9.21
26
27
# Update the uv lockfile
28
- id: uv-lock
29
- repo: https://github.com/crate-ci/typos
30
- rev: v1.39.2
+ rev: v1.41.0
31
32
- id: typos
33
- repo: https://github.com/pre-commit/mirrors-clang-format
34
- rev: v21.1.5
+ rev: v21.1.8
35
36
- id: clang-format
37
types_or: [c++, c, cuda]
0 commit comments