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 e8953a9 commit de90d4dCopy full SHA for de90d4d
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
8
repos:
9
- repo: https://github.com/psf/black-pre-commit-mirror
10
- rev: 25.1.0
+ rev: 25.9.0
11
hooks:
12
- id: black
13
@@ -26,7 +26,7 @@ repos:
26
- id: trailing-whitespace
27
28
- repo: https://github.com/PyCQA/isort
29
- rev: 6.0.1
+ rev: 6.1.0
30
31
- id: isort
32
@@ -42,13 +42,13 @@ repos:
42
- id: setup-cfg-fmt
43
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: v0.13.0
+ rev: v0.13.3
46
47
- id: ruff
48
args: [--fix, --show-fixes]
49
50
- repo: https://github.com/pre-commit/mirrors-clang-format
51
- rev: "v21.1.0"
+ rev: "v21.1.2"
52
53
- id: clang-format
54
types_or: [c++, c, cuda]
0 commit comments