Updated config.yml

This commit is contained in:
Krish Dholakia 2023-12-04 21:19:32 -08:00
parent 9ba17657ad
commit 1ff8f75752

View file

@ -45,7 +45,7 @@ jobs:
command: |
cd litellm
python -m pip install types-requests types-setuptools types-redis
if ! python -m mypy . --ignore-missing-imports --explicit-package-bases; then
if ! python -m mypy . --ignore-missing-imports; then
echo "mypy detected errors"
exit 1
fi