chore: use mise (#28298)

This commit is contained in:
Jason Rasmussen
2026-05-08 15:21:33 -04:00
committed by GitHub
parent 7c6750941e
commit 25a6a38b30
23 changed files with 202 additions and 217 deletions
+9 -1
View File
@@ -17,6 +17,15 @@ run = "uv run ruff format immich_ml"
[tasks.check]
run = "uv run mypy --strict immich_ml/"
[tasks.ci-unit]
run = [
{ task = ":install --extra cpu" },
{ task = ":format" },
{ task = ":lint --output-format=github" },
{ task = ":check" },
{ task = ":test" },
]
[tasks.checklist]
run = [
{ task = ":install" },
@@ -25,4 +34,3 @@ run = [
{ task = ":check" },
{ task = ":test" },
]