fix: fix linting errors

This commit is contained in:
Krrish Dholakia 2024-08-27 12:14:23 -07:00
parent 415abc86c6
commit 18731cf42b
4 changed files with 16 additions and 12 deletions

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