build(pre-commit.yaml): update

This commit is contained in:
Krrish Dholakia 2024-07-29 12:29:56 -07:00
parent 59384c84a5
commit dd2d61bfce

View file

@ -1,12 +1,12 @@
repos:
- repo: local
hooks:
# - id: mypy
# name: mypy
# entry: python3 -m mypy --ignore-missing-imports
# language: system
# types: [python]
# files: ^litellm/
- id: mypy
name: mypy
entry: python3 -m mypy --ignore-missing-imports
language: system
types: [python]
files: ^litellm/
- id: isort
name: isort
entry: isort