We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b55ade commit 5e66e96Copy full SHA for 5e66e96
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: "v4.6.0"
+ rev: "v5.0.0"
15
hooks:
16
- id: check-added-large-files
17
- id: check-case-conflict
@@ -27,19 +27,19 @@ repos:
27
- id: trailing-whitespace
28
29
- repo: https://github.com/psf/black
30
- rev: "24.4.2"
+ rev: "24.10.0"
31
32
- id: black
33
additional_dependencies: [tomli]
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.5.4
+ rev: v0.8.2
37
38
- id: ruff
39
args: [--fix, --exit-non-zero-on-fix]
40
41
- repo: https://github.com/pre-commit/mirrors-clang-format
42
- rev: v18.1.8
+ rev: v19.1.4
43
44
- id: clang-format
45
types_or: [c++]
0 commit comments