We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42048df commit 871edd5Copy full SHA for 871edd5
1 file changed
tox.ini
@@ -105,9 +105,9 @@ commands =
105
106
[testenv:mypy]
107
deps =
108
- mypy --strict
+ mypy
109
commands =
110
- mypy telnetlib3
+ mypy --strict telnetlib3
111
112
[testenv:pydocstyle]
113
@@ -170,13 +170,15 @@ commands =
170
171
{[testenv:flake8]deps}
172
{[testenv:isort_check]deps}
173
+ {[testenv:mypy]deps}
174
{[testenv:pydocstyle]deps}
175
{[testenv:pylint]deps}
176
{[testenv:codespell]deps}
177
178
{[testenv:flake8]commands}
179
{[testenv:flake8_tests]commands}
180
{[testenv:isort_check]commands}
181
+ {[testenv:mypy]commands}
182
{[testenv:pydocstyle]commands}
183
{[testenv:pylint]commands}
184
{[testenv:codespell]commands}
0 commit comments