We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b64f1c0 + d774ede commit 332e58cCopy full SHA for 332e58c
1 file changed
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
exclude: ^source/3rdparty
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
# Ruff version.
32
- rev: v0.14.7
+ rev: v0.14.8
33
hooks:
34
- id: ruff
35
args: ["--fix"]
@@ -60,7 +60,7 @@ repos:
60
- id: blacken-docs
61
# C++
62
- repo: https://github.com/pre-commit/mirrors-clang-format
63
- rev: v21.1.6
+ rev: v21.1.7
64
65
- id: clang-format
66
exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|.+\.json$)
0 commit comments