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