mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(ml): replace black with ruff format (#25578)
This commit is contained in:
parent
0273dcb0cf
commit
9f52d864cf
3 changed files with 2 additions and 57 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue