Switch to uv

This commit is contained in:
I-Al-Istannen
2025-10-19 16:17:13 +02:00
parent ef7d66c5af
commit 45e25db5ad
7 changed files with 207 additions and 26 deletions

View File

@@ -2,5 +2,5 @@
set -e
mypy .
ruff check
uv run mypy .
uv run ruff check