Update ruff & uv usage
This commit is contained in:
parent
aff565862c
commit
f3ba0f1d09
5 changed files with 58 additions and 59 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue