test: make lint test stricter
This commit is contained in:
parent
575e360a60
commit
7be9a32934
2
.github/workflows/test-linting.yml
vendored
2
.github/workflows/test-linting.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
- name: Run MyPy type checking
|
||||
run: |
|
||||
cd litellm
|
||||
poetry run mypy . --ignore-missing-imports --disable-error-code=var-annotated --disable-error-code=typeddict-item
|
||||
poetry run mypy .
|
||||
cd ..
|
||||
|
||||
- name: Check for circular imports
|
||||
|
||||
Loading…
Reference in New Issue
Block a user