diff --git a/machine-learning/mise.toml b/machine-learning/mise.toml index d83bdcd28b..eceaa6f35d 100644 --- a/machine-learning/mise.toml +++ b/machine-learning/mise.toml @@ -15,4 +15,14 @@ run = "uv run pytest --cov=immich_ml --cov-report term-missing" run = "uv run ruff format immich_ml" [tasks.check] -run = "uv run mypy --strict immich_ml/" \ No newline at end of file +run = "uv run mypy --strict immich_ml/" + +[tasks.checklist] +run = [ + { task = ":install" }, + { task = ":format" }, + { task = ":lint" }, + { task = ":check" }, + { task = ":test" }, +] +