docs: add flake8 to the contributing section

This commit is contained in:
Roger Meier 2023-12-22 09:28:37 +01:00
parent ecf017ba13
commit 0c990ccb58
Failed to extract signature

View file

@ -188,6 +188,7 @@ poetry install
Step 3: Test your change:
```
cd litellm/tests # pwd: Documents/litellm/litellm/tests
poetry run flake8
poetry run pytest .
```