Skip to content

Commit 1a9bfb6

Browse files
committed
Install modular typeshed types for dependent packages
Mypy was warning about this. Types are now stored in types- packages, so we need to install them before running type checking.
1 parent c19bad0 commit 1a9bfb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ skip_install = true
1818
deps =
1919
mypy >= 0.910
2020
sqlalchemy-stubs
21+
types-setuptools
22+
types-PyYAML
23+
types-certifi
24+
2125
commands =
2226
# Nowhere close to passing yet, but nice to have. The option
2327
# --no-incremental is currently needed to suppress warnings about

0 commit comments

Comments
 (0)