diff --git a/ruff.toml b/ruff.toml index 55d008a7dd6..f05de9c6190 100644 --- a/ruff.toml +++ b/ruff.toml @@ -18,3 +18,5 @@ exclude = ["litellm/types/*", "litellm/__init__.py", "litellm/proxy/example_conf "litellm/proxy/guardrails/guardrail_hooks/guardrail_benchmarks/test_eval.py" = ["PLR0915"] "litellm/responses/streaming_iterator.py" = ["PLR0915"] "litellm/files/main.py" = ["PLR0915"] +"litellm/llms/a2a/chat/guardrail_translation/handler.py" = ["PLR0915"] +"litellm/llms/anthropic/chat/guardrail_translation/handler.py" = ["PLR0915"]