diff --git a/.ci/ruff.sh b/.ci/ruff.sh index d59d64f78..dc1ef698b 100755 --- a/.ci/ruff.sh +++ b/.ci/ruff.sh @@ -11,4 +11,4 @@ fi set -x # shellcheck disable=SC2046 -ruff check --ignore E501,F401,E722,W605 $(find .ci -name '*.py') +ruff check --ignore F401 $(find .ci -name '*.py')