chore(ml): add mise checklist command (#28267)
* chore(ml): add mise checklist command * don't depend tests on installing a cpu flavorpull/28271/head
parent
21af184045
commit
52b00b0bad
|
|
@ -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" },
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue