pre-commit: install typed dependencies in the mypy target

Otherwise, mypy doesn't know about them and their types are considered
Any.
This commit is contained in:
Ran Benita 2020-10-28 22:21:13 +02:00
parent b95991aeea
commit e3ce5d6b53
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ repos:
args: []
additional_dependencies:
- iniconfig>=1.1.0
- py>=1.8.2
- attrs>=19.2.0
- packaging
- repo: local
hooks:
- id: rst