Skip to content

Commit 5144c66

Browse files
committed
scripts/stubtest: type-check it in tox -e type
1 parent e4c2ca7 commit 5144c66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ commands = flake8 {posargs}
4949
[testenv:type]
5050
description = type check ourselves
5151
basepython = python3.7
52-
commands = python -m mypy --config-file mypy_self_check.ini -p mypy
52+
commands =
53+
python -m mypy --config-file mypy_self_check.ini -p mypy
54+
python -m mypy --config-file mypy_self_check.ini scripts/stubtest.py
5355

5456
[testenv:docs]
5557
description = invoke sphinx-build to build the HTML docs

0 commit comments

Comments
 (0)