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 43f5ffa + a3a8d29 commit 3842beaCopy full SHA for 3842bea
1 file changed
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: pyupgrade
33
args: [--py36-plus]
34
- repo: https://github.com/asottile/add-trailing-comma
35
- rev: v2.0.2
+ rev: v2.1.0
36
hooks:
37
- id: add-trailing-comma
38
@@ -41,6 +41,6 @@ repos:
41
42
- id: setup-cfg-fmt
43
- repo: https://github.com/pre-commit/mirrors-mypy
44
- rev: v0.790
+ rev: v0.800
45
46
- id: mypy
0 commit comments