Skip to content

Commit

Permalink
fix pre commit hook should test integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed May 2, 2024
1 parent 4e3ca5a commit 533117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
rev: 7.0.0 # The version of flake8 to use
hooks:
- id: flake8
exclude: ^litellm/tests/|^litellm/proxy/proxy_cli.py|^litellm/integrations/|^litellm/proxy/tests/
exclude: ^litellm/tests/|^litellm/proxy/proxy_cli.py|^litellm/proxy/tests/
additional_dependencies: [flake8-print]
files: litellm/.*\.py
- repo: local
Expand Down

0 comments on commit 533117f

Please sign in to comment.