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: | run: |
poetry install --with dev poetry install --with dev
- name: Run Black formatting check - name: Run Black formatting
run: | run: |
cd litellm cd litellm
poetry run black . --check poetry run black .
cd .. cd ..
- name: Run Ruff linting - name: Run Ruff linting