mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
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:
parent
9dd75aee7e
commit
aff2f119e3
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue