Add mypy dependency on types-all

This commit is contained in:
Anthony Sottile 2021-06-14 11:58:41 -07:00 committed by GitHub
parent 65dc06c989
commit 19da6479a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ repos:
rev: v0.902
hooks:
- id: mypy
additional_dependencies: [types-all]
exclude: ^testing/resources/
- repo: meta
hooks: