mirror of
https://github.com/immich-app/immich.git
synced 2026-06-12 19:11:52 -07:00
chore(ml): add mise checklist command (#28267)
* chore(ml): add mise checklist command * don't depend tests on installing a cpu flavor
This commit is contained in:
@@ -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/"
|
||||
run = "uv run mypy --strict immich_ml/"
|
||||
|
||||
[tasks.checklist]
|
||||
run = [
|
||||
{ task = ":install" },
|
||||
{ task = ":format" },
|
||||
{ task = ":lint" },
|
||||
{ task = ":check" },
|
||||
{ task = ":test" },
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user