mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
8 lines
160 B
INI
8 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
|