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 a2b175a commit 52b0d2eCopy full SHA for 52b0d2e
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
38
# Python hooks
39
- repo: https://github.com/asottile/pyupgrade
40
- rev: v3.19.1
+ rev: v3.20.0
41
hooks:
42
- id: pyupgrade
43
args: [--py36-plus]
@@ -63,7 +63,7 @@ repos:
63
64
# CPP hooks
65
- repo: https://github.com/pre-commit/mirrors-clang-format
66
- rev: v20.1.3
+ rev: v20.1.5
67
68
- id: clang-format
69
args: ['-fallback-style=none', '-i']
0 commit comments