mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 10:24:03 +00:00
ci: exclude enterprise/ from black --check in linting workflow
Contributors don't have local access to enterprise/ files, so the check would always fail on unformatted enterprise code.
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Check Black formatting
|
||||
run: |
|
||||
cd litellm
|
||||
poetry run black --check .
|
||||
poetry run black --check --exclude '/enterprise/' .
|
||||
cd ..
|
||||
|
||||
- name: Debug - Check file state
|
||||
|
||||
Reference in New Issue
Block a user