Skip to content

Commit d6e7ca4

Browse files
Multiline command for readability
1 parent 1192133 commit d6e7ca4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

entrypoint.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ if [ "$6" = true ] ; then
118118

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

121-
mypy --install-types --non-interactive --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
121+
mypy \
122+
--install-types --non-interactive \
123+
--ignore-missing-imports \
124+
--follow-imports=silent \
125+
--show-column-numbers ${14} $1
122126
exit_code=$?
123127

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

0 commit comments

Comments
 (0)