forked from phoenix/litellm-mirror
(feat) pre-commit hook to validate
This commit is contained in:
parent
9cbc412c78
commit
a6836a0996
3 changed files with 34 additions and 2 deletions
|
@ -17,4 +17,11 @@ repos:
|
|||
entry: python3 -m mypy --ignore-missing-imports
|
||||
language: system
|
||||
types: [python]
|
||||
files: ^litellm/
|
||||
files: ^litellm/
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: check-files-match
|
||||
name: Check if files match
|
||||
entry: python3 ci_cd/check_files_match.py
|
||||
language: system
|
||||
files: model_prices_and_context_window.json model_prices_and_context_window_backup.json
|
Loading…
Add table
Add a link
Reference in a new issue