ci: enable a few ruff checks

These are all already functional. The only one missing is unused
imports due to "add_pmbootstrap_to_import_path"

Signed-off-by: Pablo Correa Gómez <pabloyoyoista@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7868>
This commit is contained in:
Pablo Correa Gómez 2025-12-27 02:58:23 +01:00 committed by [Merge Bot]
parent 3a5a8c47bb
commit 5d8c30c8e9
No known key found for this signature in database

View file

@ -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')