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 7f09bc8 + be555f4 commit 6cbdf46Copy full SHA for 6cbdf46
1 file changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: add-trailing-comma
25
args: [--py36-plus]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.2.0
+ rev: v3.2.2
28
hooks:
29
- id: pyupgrade
30
args: [--py37-plus]
@@ -37,7 +37,7 @@ repos:
37
38
- id: flake8
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v0.982
+ rev: v0.990
41
42
- id: mypy
43
additional_dependencies: [types-all]
0 commit comments