Switch to uv

This commit is contained in:
2025-08-15 23:05:51 +01:00
parent 36ea175861
commit 525401952f
9 changed files with 518 additions and 786 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: lint
lint:
python3 -m ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
python3 -m 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 -m ruff check --output-format=github --target-version=py39 .