ci: enable unused-import in ruff

This was not possible to remove while add_pmbootstrap_to_import_path
was in use, since that module wasn't actually used, but just
imported. As the previous commit shows, this was important to have
enabled.

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 2026-01-29 15:06:20 +01:00 committed by [Merge Bot]
parent fe7af59c58
commit 6fb42ecb3f
No known key found for this signature in database

View file

@ -11,4 +11,4 @@ fi
set -x
# shellcheck disable=SC2046
ruff check --ignore F401 $(find .ci -name '*.py')
ruff check $(find .ci -name '*.py')