mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix: resolve linting errors - remove unused imports, suppress complexity warning, ignore __getattr__ in recursive detector
This commit is contained in:
parent
4f6633192f
commit
98ba9760ab
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ IGNORE_FUNCTIONS = [
|
|||
"_split_text", # max depth set.
|
||||
"_delete_nested_value_custom", # max depth set (bounded by number of path segments).
|
||||
"filter_exceptions_from_params", # max depth set (default 20) to prevent infinite recursion.
|
||||
"__getattr__", # lazy loading pattern in litellm/__init__.py with proper caching to prevent infinite recursion.
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue