From e2aa34fa0d15ae1d0be64046e7e14bb07d43286a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 25 Jun 2024 16:06:02 -0500 Subject: [PATCH] Remove disabling of now-disabled-by-default bugbear B028 --- ci-support.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci-support.sh b/ci-support.sh index 85a5c68..78e9adb 100644 --- a/ci-support.sh +++ b/ci-support.sh @@ -617,8 +617,7 @@ install_and_run_flake8() fi ${PY_EXE} -m pip install "${FLAKE8_PACKAGES[@]}" - # See https://github.com/inducer/pytools/pull/171 for discussion on B028 - ${PY_EXE} -m flake8 "$@" --extend-ignore B028 + ${PY_EXE} -m flake8 "$@" } # }}} -- GitLab