Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiodoo committed Feb 23, 2022
2 parents 4bb4f6b + 09ca59a commit 641656c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ if [ "$exit_code" != "0" ]; then
fi


if [ "$5" = false ]; then
FLAKE8_ERRORS=$(python3 -m flake8 $2 "$1")
exit_code=$?

if [ "$exit_code" != "0" ]; then
printf "\nflake8 errors:\n-----------------\n%s\n-----------------\n" "$FLAKE8_ERRORS"
exit $exit_code
fi
fi

mypy_omit_str=''
mypy_omit_arr=($8) # convert input str to array

Expand Down

0 comments on commit 641656c

Please sign in to comment.