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 1192133 commit d6e7ca4Copy full SHA for d6e7ca4
entrypoint.sh
@@ -118,7 +118,11 @@ if [ "$6" = true ] ; then
118
119
echo Running: mypy --install-types --non-interactive --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
120
121
- mypy --install-types --non-interactive --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
+ mypy \
122
+ --install-types --non-interactive \
123
+ --ignore-missing-imports \
124
+ --follow-imports=silent \
125
+ --show-column-numbers ${14} $1
126
exit_code=$?
127
128
if [ "$exit_code" = "0" ]; then
0 commit comments