mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(contributing_code.md): update contribution docs with examples of running linting tests
This commit is contained in:
parent
6b9ca0015a
commit
dcab9c31e9
1 changed files with 10 additions and 0 deletions
|
|
@ -56,6 +56,16 @@ run the following command on the root of the litellm directory
|
|||
make test-unit
|
||||
```
|
||||
|
||||
## 3.5 Running Linting Tests
|
||||
|
||||
run the following command on the root of the litellm directory
|
||||
|
||||
```shell
|
||||
make lint
|
||||
```
|
||||
|
||||
LiteLLM uses mypy for linting.
|
||||
|
||||
## 4. Submit a PR with your changes!
|
||||
|
||||
- push your fork to your GitHub repo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue