From dcab9c31e98fd93e21845803a0e42fe3d0c358be Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 13 Mar 2025 19:57:38 -0700 Subject: [PATCH] docs(contributing_code.md): update contribution docs with examples of running linting tests --- docs/my-website/docs/extras/contributing_code.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/my-website/docs/extras/contributing_code.md b/docs/my-website/docs/extras/contributing_code.md index 0fe7675ead6..b730be9806e 100644 --- a/docs/my-website/docs/extras/contributing_code.md +++ b/docs/my-website/docs/extras/contributing_code.md @@ -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