8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa8d79 commit 6dff563Copy full SHA for 6dff563
tox.ini
@@ -49,7 +49,9 @@ commands = flake8 {posargs}
49
[testenv:type]
50
description = type check ourselves
51
basepython = python3.7
52
-commands = python -m mypy --config-file mypy_self_check.ini -p mypy
+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
55
56
[testenv:docs]
57
description = invoke sphinx-build to build the HTML docs
0 commit comments