docs(contributing_code.md): update contribution docs with examples of running linting tests

This commit is contained in:
Krrish Dholakia 2025-03-13 19:57:38 -07:00
parent 6b9ca0015a
commit dcab9c31e9

View file

@ -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