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
|
||||
command: |
|
||||
cd litellm
|
||||
python -m mypy --install-types
|
||||
if ! python -m mypy . --ignore-missing-imports; then
|
||||
echo "mypy detected errors"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue