forked from phoenix/litellm-mirror
fix type checking
This commit is contained in:
parent
a05991bb62
commit
76979b6380
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ jobs:
|
||||||
name: Linting Testing
|
name: Linting Testing
|
||||||
command: |
|
command: |
|
||||||
cd litellm
|
cd litellm
|
||||||
|
python -m mypy --install-types
|
||||||
if ! python -m mypy . --ignore-missing-imports; then
|
if ! python -m mypy . --ignore-missing-imports; then
|
||||||
echo "mypy detected errors"
|
echo "mypy detected errors"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue