test: make lint test stricter

This commit is contained in:
Krrish Dholakia
2025-09-27 13:33:25 -07:00
parent 575e360a60
commit 7be9a32934
+1 -1
View File
@@ -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