style: suppress PLR0915 for a2a and anthropic guardrail handlers

Pre-existing lint failures on main — these files already exceed the
50-statement limit. Follows the same pattern used for other files
in ruff.toml.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Or Yaacov 2026-03-24 12:15:55 +02:00
parent 9dd75aee7e
commit aff2f119e3

View file

@ -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"]