chore(ml): replace black with ruff format (#25578)

This commit is contained in:
Timon
2026-02-02 15:02:06 +01:00
committed by GitHub
parent 0273dcb0cf
commit 9f52d864cf
3 changed files with 2 additions and 57 deletions

View File

@@ -591,9 +591,9 @@ jobs:
- name: Lint with ruff
run: |
uv run ruff check --output-format=github immich_ml
- name: Check black formatting
- name: Format with ruff
run: |
uv run black --check immich_ml
uv run ruff format --check immich_ml
- name: Run mypy type checking
run: |
uv run mypy --strict immich_ml/