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

@@ -53,3 +53,10 @@ warn_unused_ignores = true
warn_unreachable = true
show_error_context = true
ignore_missing_imports = true
[dependency-groups]
dev = [
"mypy>=1.18.2",
"pyinstaller>=6.16.0",
"ruff>=0.14.1",
]