From 0c990ccb58cf165b612d458092efd888e234d8db Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Fri, 22 Dec 2023 09:28:37 +0100 Subject: [PATCH] docs: add flake8 to the contributing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd86bcd33..758ed171c 100644 --- a/README.md +++ b/README.md @@ -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 . ```