Switch to uv

This commit is contained in:
2025-08-16 13:04:29 +01:00
parent ce64b3693d
commit c5be81b48e
7 changed files with 757 additions and 1591 deletions

View File

@@ -1,15 +1,10 @@
version: 3
tasks:
python:env:
cmds:
- poetry install --with=dev,github
python:lint:
desc: Lint Python files
deps:
- python:env
cmds:
- poetry run ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
- poetry run ruff check --output-format=github --target-version=py39 .
- uv run --dev ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
- uv run --dev ruff check --output-format=github --target-version=py39 .
docker:build:
desc: Build the container using Docker