Added poetry-check to pre-commit

This commit is contained in:
James Braza 2024-07-02 13:02:26 -04:00
parent a30157d659
commit 2d661a1d2a

View file

@ -25,6 +25,10 @@ repos:
exclude: ^litellm/tests/|^litellm/proxy/tests/
additional_dependencies: [flake8-print]
files: litellm/.*\.py
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
hooks:
- id: poetry-check
- repo: local
hooks:
- id: check-files-match