mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 23:07:47 +00:00
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
|