Files
litellm/mypy.ini
T
2025-03-31 15:36:15 -07:00

9 lines
160 B
INI

[mypy]
warn_return_any = False
ignore_missing_imports = True
mypy_path = litellm/stubs
namespace_packages = True
[mypy-google.*]
ignore_missing_imports = True