Skip to content

Commit c1913eb

Browse files
committed
fix: add step to install mypy type files
1 parent ad3736d commit c1913eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ if [ "${17}" = true ] ; then
226226

227227
pip install -q mypy${18}
228228

229+
mypy --install-types
229230
mypy ${40} $1
230231
exit_code=$?
231232

0 commit comments

Comments
 (0)