mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 04:22:19 +00:00
[Fix] CI/CD - check_code_and_doc_quality (#18560)
This commit is contained in:
@@ -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.
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user