Skip to content

Commit

Permalink
fix: add step to install mypy type files
Browse files Browse the repository at this point in the history
  • Loading branch information
weibullguy committed Mar 3, 2023
1 parent ad3736d commit c1913eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ if [ "${17}" = true ] ; then

pip install -q mypy${18}

mypy --install-types
mypy ${40} $1
exit_code=$?

Expand Down

0 comments on commit c1913eb

Please sign in to comment.