forked from phoenix/litellm-mirror
Added poetry-check to pre-commit
This commit is contained in:
parent
a30157d659
commit
2d661a1d2a
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ repos:
|
||||||
exclude: ^litellm/tests/|^litellm/proxy/tests/
|
exclude: ^litellm/tests/|^litellm/proxy/tests/
|
||||||
additional_dependencies: [flake8-print]
|
additional_dependencies: [flake8-print]
|
||||||
files: litellm/.*\.py
|
files: litellm/.*\.py
|
||||||
|
- repo: https://github.com/python-poetry/poetry
|
||||||
|
rev: 1.8.0
|
||||||
|
hooks:
|
||||||
|
- id: poetry-check
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-files-match
|
- id: check-files-match
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue