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.
2 parents 56b4a7e + f4749f2 commit 1630eb6Copy full SHA for 1630eb6
.pre-commit-config.yaml
@@ -27,17 +27,17 @@ repos:
27
- id: reorder-python-imports
28
args: [--py3-plus]
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v2.29.0
+ rev: v2.29.1
31
hooks:
32
- id: pyupgrade
33
args: [--py36-plus]
34
- repo: https://github.com/asottile/add-trailing-comma
35
- rev: v2.2.0
+ rev: v2.2.1
36
37
- id: add-trailing-comma
38
39
- repo: https://github.com/asottile/setup-cfg-fmt
40
- rev: v1.19.0
+ rev: v1.20.0
41
42
- id: setup-cfg-fmt
43
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments