Thanks to visit codestin.com Credit goes to github.com
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 4e3ec8e + 19da647 commit b771946Copy full SHA for b771946
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
hooks:
26
- id: validate_manifest
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.19.1
+ rev: v2.19.4
29
30
- id: pyupgrade
31
args: [--py36-plus]
@@ -44,9 +44,10 @@ repos:
44
45
- id: setup-cfg-fmt
46
- repo: https://github.com/pre-commit/mirrors-mypy
47
- rev: v0.812
+ rev: v0.902
48
49
- id: mypy
50
+ additional_dependencies: [types-all]
51
exclude: ^testing/resources/
52
- repo: meta
53
0 commit comments