We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf62fa commit 0472447Copy full SHA for 0472447
.pre-commit-config.yaml
@@ -33,13 +33,13 @@ repos:
33
34
# Python hooks
35
- repo: https://github.com/asottile/pyupgrade
36
- rev: v3.15.0
+ rev: v3.15.1
37
hooks:
38
- id: pyupgrade
39
args: [--py36-plus]
40
41
- repo: https://github.com/psf/black
42
- rev: 23.12.1
+ rev: 24.3.0
43
44
- id: black
45
args: ["--line-length=99"]
@@ -52,7 +52,7 @@ repos:
52
53
# CPP hooks
54
- repo: https://github.com/pre-commit/mirrors-clang-format
55
- rev: v17.0.6
+ rev: v18.1.1
56
57
- id: clang-format
58
args: [--style=Google]
0 commit comments