install type stubs from requirements

This commit is contained in:
David Lord 2021-08-10 07:02:55 -07:00
parent 2519f1922c
commit 648452a3fc

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