9 lines
160 B
INI
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
|