diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 1844cb863c183..59548ecd3c710 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -38,10 +38,7 @@ function invgrep { } if [[ "$GITHUB_ACTIONS" == "true" ]]; then - FLAKE8_FORMAT="##[error]%(path)s:%(row)s:%(col)s:%(code)s:%(text)s" INVGREP_PREPEND="##[error]" -else - FLAKE8_FORMAT="default" fi ### LINTING ###