build: cleanup pre-commit hook

This commit is contained in:
Krrish Dholakia
2024-06-07 10:04:35 -07:00
parent e66b3d264f
commit 665f18d6c8
+8 -8
View File
@@ -16,11 +16,11 @@ repos:
name: Check if files match
entry: python3 ci_cd/check_files_match.py
language: system
# - repo: local
# hooks:
# - id: mypy
# name: mypy
# entry: python3 -m mypy --ignore-missing-imports
# language: system
# types: [python]
# files: ^litellm/
- repo: local
hooks:
- id: mypy
name: mypy
entry: python3 -m mypy --ignore-missing-imports
language: system
types: [python]
files: ^litellm/