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:
parent
fe7af59c58
commit
6fb42ecb3f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ fi
|
|||
set -x
|
||||
|
||||
# shellcheck disable=SC2046
|
||||
ruff check --ignore F401 $(find .ci -name '*.py')
|
||||
ruff check $(find .ci -name '*.py')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue