install type stubs from requirements

This commit is contained in:
David Lord 2021-08-10 07:02:55 -07:00
parent 13c0eef54c
commit d4b540eb7d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -24,7 +24,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
[testenv:typing]
deps = -r requirements/typing.txt
commands = mypy --install-types --non-interactive
commands = mypy
[testenv:docs]
deps = -r requirements/docs.txt