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 9295c4a commit 0985052Copy full SHA for 0985052
.pre-commit-config.yaml
@@ -25,22 +25,22 @@ repos:
25
26
# Clang format the codebase automatically
27
- repo: https://github.com/pre-commit/mirrors-clang-format
28
- rev: "v20.1.3"
+ rev: "v20.1.5"
29
hooks:
30
- id: clang-format
31
types_or: [c++, c, cuda]
32
33
# Ruff, the Python auto-correcting linter/formatter written in Rust
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.11.8
+ rev: v0.11.12
36
37
- id: ruff
38
args: ["--fix", "--show-fixes"]
39
- id: ruff-format
40
41
# Check static types with mypy
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: "v1.15.0"
+ rev: "v1.16.0"
44
45
- id: mypy
46
args: []
0 commit comments