test: update test
This commit is contained in:
parent
5d6889dc92
commit
82eeca7870
2
.github/workflows/test-linting.yml
vendored
2
.github/workflows/test-linting.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Run MyPy type checking
|
||||
run: |
|
||||
cd litellm
|
||||
poetry run mypy . --config-file=mypy.ini
|
||||
poetry run mypy . --ignore-missing-imports --disable-error-code=var-annotated
|
||||
cd ..
|
||||
|
||||
- name: Check for circular imports
|
||||
|
||||
Loading…
Reference in New Issue
Block a user