linting 4

This commit is contained in:
ishaan-jaff 2023-08-18 12:28:43 -07:00
parent 13cfac857e
commit beaa33ba12
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ jobs:
name: Linting Testing
command: |
cd litellm
python -m pip install types-requests types-setuptools
if ! python -m mypy . --ignore-missing-imports; then
echo "mypy detected errors"
exit 1