mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
stable/1.86.x enforces PLR0915 in the main ruff config; internal staging moved it to a separate strict gate, so two functions that ship cleanly on staging trip it here: _build_usage_only_response_from_chunks (#31035) and the post-call cost callback (#30788). Exempt both files via the existing per-file-ignores convention rather than editing the picked source. Also black-normalize blank lines around the reconstructed TestInterruptedStream class in the #30787 test file. |
||
|---|---|---|
| .. | ||
| llm_provider_handlers | ||
| test_llm_pass_through_endpoints.py | ||
| test_method_specific_routing.py | ||
| test_pass_through_endpoints.py | ||
| test_passthrough_auth_default.py | ||
| test_passthrough_endpoints_common_utils.py | ||
| test_passthrough_guardrails.py | ||
| test_passthrough_guardrails_field_targeting.py | ||
| test_passthrough_post_call_guardrails.py | ||
| test_streaming_handler_interrupt.py | ||
| test_vertex_ai_batch_passthrough.py | ||
| test_vertex_passthrough_load_balancing.py | ||