Update ruff & uv usage
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Sonny Bakker 2025-03-23 16:19:15 +01:00
parent aff565862c
commit f3ba0f1d09
5 changed files with 58 additions and 59 deletions

View file

@ -8,7 +8,7 @@ steps:
image: python:3.11
commands:
- pip install uv
- uv sync --extra testing --extra ci
- uv sync --group ci
- ./.venv/bin/ruff check src/
- ./.venv/bin/ruff format --check src/

View file

@ -25,7 +25,7 @@ steps:
POSTGRES_PASSWORD: sekrit
commands:
- pip install uv
- uv sync --extra testing --extra ci
- uv sync --group ci
- ./.venv/bin/coverage run ./src/manage.py test newsreader
- ./.venv/bin/coverage report --show-missing