We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4c8be commit 1192133Copy full SHA for 1192133
entrypoint.sh
@@ -116,9 +116,9 @@ fi
116
117
if [ "$6" = true ] ; then
118
119
- echo Running: mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
+ echo Running: mypy --install-types --non-interactive --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
120
121
- mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
+ mypy --install-types --non-interactive --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
122
exit_code=$?
123
124
if [ "$exit_code" = "0" ]; then
0 commit comments