Skip to content

Commit

Permalink
Remove the set -x in mypy check producing verbose output (apache#15932
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 6f1c6fe)
  • Loading branch information
potiuk committed Jun 22, 2021
1 parent 03b1222 commit 5f3af32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/in_container/run_mypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
# Script to run mypy on all code. Can be started from any working directory
# shellcheck source=scripts/in_container/_in_container_script_init.sh
. "$( dirname "${BASH_SOURCE[0]}" )/_in_container_script_init.sh"
set -x

export PYTHONPATH=${AIRFLOW_SOURCES}

mypy_args=()
Expand Down

0 comments on commit 5f3af32

Please sign in to comment.