forked from phoenix/litellm-mirror
ci(config.yml): add black formatting to ci/cd pipeline
This commit is contained in:
parent
c88a8d71f0
commit
9a19c7c599
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ jobs:
|
|||
paths:
|
||||
- ./venv
|
||||
key: v1-dependencies-{{ checksum ".circleci/requirements.txt" }}
|
||||
- run:
|
||||
name: Black Formatting
|
||||
command: |
|
||||
cd litellm
|
||||
python -m pip install black
|
||||
python -m black .
|
||||
cd ..
|
||||
- run:
|
||||
name: Linting Testing
|
||||
command: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue