Skip to content

Commit 1ea7607

Browse files
committed
tox: Add missing 'typing' stubs
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 1bf323b commit 1ea7607

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ commands =
2020
[testenv:mypy]
2121
deps=
2222
mypy
23+
types-requests
24+
types-setuptools
25+
types-tabulate
2326
commands=
2427
mypy {posargs:--ignore-missing-imports --follow-imports=skip} git_pw
2528

0 commit comments

Comments
 (0)