Skip to content

Commit 1192133

Browse files
Install stubs
1 parent cc4c8be commit 1192133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ fi
116116

117117
if [ "$6" = true ] ; then
118118

119-
echo Running: mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
119+
echo Running: mypy --install-types --non-interactive --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
120120

121-
mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
121+
mypy --install-types --non-interactive --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
122122
exit_code=$?
123123

124124
if [ "$exit_code" = "0" ]; then

0 commit comments

Comments
 (0)