From 0f29207c48abd055159ad7dd83c700c87deb4524 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 20 Jun 2024 20:05:32 -0700 Subject: [PATCH] test add flake8 check on cli.py --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9af3f2e8a..3371148f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: rev: 7.0.0 # The version of flake8 to use hooks: - id: flake8 - exclude: ^litellm/tests/|^litellm/proxy/proxy_cli.py|^litellm/proxy/tests/ + exclude: ^litellm/proxy/tests/ additional_dependencies: [flake8-print] files: litellm/.*\.py - repo: local