mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
add namespace_packages = True to mypy
This commit is contained in:
parent
b8c0526b98
commit
43db2011cc
1 changed files with 1 additions and 0 deletions
1
mypy.ini
1
mypy.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue