[Fix] CI/CD - check_code_and_doc_quality (#18560)

This commit is contained in:
Alexsander Hamir
2026-01-01 11:18:59 -08:00
committed by GitHub
parent 9be2173d5b
commit a7da4833da
4 changed files with 6 additions and 2 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.
]