(feat) pre-commit check print on proxy_server.py

This commit is contained in:
ishaan-jaff 2024-01-01 12:56:40 +05:30
parent 24e7dc359d
commit 08d57a20a7

View file

@ -7,7 +7,7 @@ repos:
rev: 3.8.4 # The version of flake8 to use
hooks:
- id: flake8
exclude: ^litellm/tests/|^litellm/proxy/proxy_server.py|^litellm/proxy/proxy_cli.py|^litellm/integrations/|^litellm/proxy/tests/
exclude: ^litellm/tests/|^litellm/proxy/proxy_cli.py|^litellm/integrations/|^litellm/proxy/tests/
additional_dependencies: [flake8-print]
files: litellm/.*\.py
- repo: local