add namespace_packages = True to mypy

This commit is contained in:
Ishaan Jaff
2025-03-31 15:36:15 -07:00
parent b8c0526b98
commit 43db2011cc
+1
View File
@@ -2,6 +2,7 @@
warn_return_any = False
ignore_missing_imports = True
mypy_path = litellm/stubs
namespace_packages = True
[mypy-google.*]
ignore_missing_imports = True