From 93e9191b695169fe6a171232e4772f09fb7f0d9f Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Fri, 18 Jun 2021 16:05:54 -0600 Subject: [PATCH] CLN: Remove unused FLAKE8_FORMAT from ci/code_checks.sh --- ci/code_checks.sh | 3 --- 1 file changed, 3 deletions(-) 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 ###