diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 2b5da0565..d8d6b5a39 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -28,7 +28,7 @@ if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then source ./venv/bin/activate fi -flake8 --enable=T . +flake8 . display_result $? 1 "Code style check" npm test