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 ad192cb commit b65c6abCopy full SHA for b65c6ab
tox.ini
@@ -58,7 +58,7 @@ description = Run type checks
58
deps =
59
.[dev]
60
commands =
61
- mypy --check-untyped-defs
+ mypy --check-untyped-defs {posargs}
62
63
64
[testenv:links]
0 commit comments