chore(ml): configure mise for machine-learning directory (#25579)

This commit is contained in:
Timon
2026-05-06 17:03:54 +02:00
committed by GitHub
parent 6bb47c802f
commit d93ab7707e
4 changed files with 96 additions and 35 deletions
+18
View File
@@ -0,0 +1,18 @@
[tools]
python = "3.11"
uv = "0.8.15"
[tasks.install]
run = "uv sync --locked"
[tasks.lint]
run = "uv run ruff check immich_ml"
[tasks.test]
run = "uv run pytest --cov=immich_ml --cov-report term-missing"
[tasks.format]
run = "uv run ruff format immich_ml"
[tasks.check]
run = "uv run mypy --strict immich_ml/"