We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f47c45a + 58f60c4 commit 37d7271Copy full SHA for 37d7271
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.13.0
+ rev: v0.13.1
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.0
+ rev: v21.1.1
64
65
- id: clang-format
66
exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|.+\.json$)
0 commit comments