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 44effd2 + fabe3d8 commit 252f046Copy full SHA for 252f046
1 file changed
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- id: reorder-python-imports
28
args: [--py3-plus]
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v2.19.1
+ rev: v2.19.4
31
hooks:
32
- id: pyupgrade
33
args: [--py36-plus]
@@ -41,6 +41,7 @@ repos:
41
42
- id: setup-cfg-fmt
43
- repo: https://github.com/pre-commit/mirrors-mypy
44
- rev: v0.812
+ rev: v0.902
45
46
- id: mypy
47
+ additional_dependencies: [types-all]
0 commit comments