ci(test-linting.yml): update to run black formatting

This commit is contained in:
Krrish Dholakia 2025-03-31 17:03:59 -07:00
parent 1e26c594cb
commit 611afaf2ab

View file

@ -24,10 +24,10 @@ jobs:
run: |
poetry install --with dev
- name: Run Black formatting check
- name: Run Black formatting
run: |
cd litellm
poetry run black . --check
poetry run black .
cd ..
- name: Run Ruff linting