fix config.yml

This commit is contained in:
Ishaan Jaff
2025-05-17 16:57:17 -07:00
parent c79cba47ec
commit 01d0983c29
+3 -3
View File
@@ -143,9 +143,9 @@ jobs:
command: |
cd litellm
python -m pip install types-requests types-setuptools types-redis types-PyYAML
if ! python -m mypy . --ignore-missing-imports; then
echo "mypy detected errors"
exit 1
if ! python -m mypy . \
--config-file mypy.ini \
--ignore-missing-imports; then
fi
cd ..