diff --git a/.github/tools/run_black.sh b/.github/tools/run_black.sh index 95a3532f..213bc062 100755 --- a/.github/tools/run_black.sh +++ b/.github/tools/run_black.sh @@ -1,6 +1,8 @@ #!/bin/bash # Exit on error, print commands -set -ex +set -o errexit +set -o xtrace + # # Copyright (c) Odd Stråbø, 2024 # File-License: the Unlicense