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 81c0d41 commit f83055dCopy full SHA for f83055d
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
38
# Python hooks
39
- repo: https://github.com/asottile/pyupgrade
40
- rev: v3.19.0
+ rev: v3.19.1
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: v19.1.4
+ rev: v19.1.5
67
68
- id: clang-format
69
args: ['-fallback-style=none', '-i']
0 commit comments