Merge pull request #18648 from Chesars/fix-black-check-ci

fix: check Black formatting in CI instead of auto-formatting
This commit is contained in:
Cesar Garcia 2026-03-12 14:24:37 -03:00 committed by GitHub
commit f79744cee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,10 +33,10 @@ jobs:
poetry lock
poetry install --with dev
- name: Run Black formatting
- name: Check Black formatting
run: |
cd litellm
poetry run black .
poetry run black --check .
cd ..
- name: Debug - Check file state