forked from phoenix/litellm-mirror
test#3 linting
This commit is contained in:
parent
973a7c2676
commit
13cfac857e
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ 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