forked from orbit-oss/flask
install type stubs from requirements
This commit is contained in:
parent
13c0eef54c
commit
d4b540eb7d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -24,7 +24,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
||||||
[testenv:typing]
|
[testenv:typing]
|
||||||
deps = -r requirements/typing.txt
|
deps = -r requirements/typing.txt
|
||||||
commands = mypy --install-types --non-interactive
|
commands = mypy
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = -r requirements/docs.txt
|
deps = -r requirements/docs.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue