Updated config.yml

This commit is contained in:
Krish Dholakia 2023-11-24 11:34:24 -08:00
parent 4a5dae3941
commit d3d8b86eaa

View file

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