Check python formatting in CI (MR 2325)

Fixes: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2324
This commit is contained in:
Hugo Osvaldo Barrera 2024-06-23 14:21:52 +02:00 committed by Oliver Smith
parent e421bb2d41
commit cb4aa809e1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

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