(feat) pre-commit hook to validate

This commit is contained in:
ishaan-jaff 2024-02-05 14:42:10 -08:00
parent 9cbc412c78
commit a6836a0996
3 changed files with 34 additions and 2 deletions

View file

@ -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