fix(types/utils.py): fix linting errors

This commit is contained in:
Krrish Dholakia 2024-08-03 11:48:33 -07:00
parent c982ec88d8
commit 5add6687cc
2 changed files with 7 additions and 9 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