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
+2 -2
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