feat: switch to Uv

This commit is contained in:
ducklet 2025-05-15 21:56:57 +02:00
parent 5c272b5110
commit 2814be8975
10 changed files with 538 additions and 852 deletions

View file

@ -4,7 +4,7 @@ cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
poetry run ruff check --fix . ||:
poetry run ruff format .
uv run ruff check --fix . ||:
uv run ruff format .
poetry run pyright
uv run pyright