forked from Mirror/pmbootstrap
Check python formatting in CI (MR 2325)
Fixes: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2324
This commit is contained in:
parent
e421bb2d41
commit
cb4aa809e1
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@ ruff check --ignore "F401" $(find . -not -path '*/venv/*' -name '__init__.py')
|
|||
|
||||
# Check all other files
|
||||
ruff check --exclude=__init__.py .
|
||||
|
||||
# Check formatting
|
||||
ruff format --check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue