Skip to content

Commit b65c6ab

Browse files
committed
Allow arguments for tox type checks
Signed-off-by: Samuel Monson <smonson@redhat.com>
1 parent ad192cb commit b65c6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ description = Run type checks
5858
deps =
5959
.[dev]
6060
commands =
61-
mypy --check-untyped-defs
61+
mypy --check-untyped-defs {posargs}
6262

6363

6464
[testenv:links]

0 commit comments

Comments
 (0)