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 b1b611c commit 5cfc500Copy full SHA for 5cfc500
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
34
# Python hooks
35
- repo: https://github.com/asottile/pyupgrade
36
- rev: v3.21.1
+ rev: v3.21.2
37
hooks:
38
- id: pyupgrade
39
args: [--py36-plus]
@@ -87,7 +87,7 @@ repos:
87
args: ["--linelength=120"]
88
89
- repo: https://github.com/pre-commit/mirrors-clang-format
90
- rev: 'v21.1.5'
+ rev: 'v21.1.6'
91
92
- id: clang-format
93
0 commit comments