Skip to content

Commit 98e2229

Browse files
CLN: Remove unused FLAKE8_FORMAT from ci/code_checks.sh (#42114)
1 parent 1ff6970 commit 98e2229

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: ci/code_checks.sh

-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ function invgrep {
3838
}
3939

4040
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
41-
FLAKE8_FORMAT="##[error]%(path)s:%(row)s:%(col)s:%(code)s:%(text)s"
4241
INVGREP_PREPEND="##[error]"
43-
else
44-
FLAKE8_FORMAT="default"
4542
fi
4643

4744
### LINTING ###

0 commit comments

Comments
 (0)