diff --git a/run_ci_checks.sh b/run_ci_checks.sh index 5c1a651..b12839c 100755 --- a/run_ci_checks.sh +++ b/run_ci_checks.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e ./run_autoformat.sh mypy . pytest . --pylint -m pylint --pylint-rcfile=.pylintrc