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:
parent
3a5a8c47bb
commit
5d8c30c8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue