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 27f5291 commit 40c59eeCopy full SHA for 40c59ee
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
37
# Python hooks
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v3.19.0
+ rev: v3.19.1
40
hooks:
41
- id: pyupgrade
42
args: [--py36-plus]
@@ -62,7 +62,7 @@ repos:
62
63
# CPP hooks
64
- repo: https://github.com/pre-commit/mirrors-clang-format
65
- rev: v19.1.4
+ rev: v19.1.5
66
67
- id: clang-format
68
args: ['-fallback-style=none', '-i']
0 commit comments