From f962a1188e2edde92722127e3d690ad9cdcb5c1a Mon Sep 17 00:00:00 2001 From: ryan-crabbe-berri Date: Sat, 29 Aug 2026 12:42:06 -0700 Subject: [PATCH] style(proxy): justify the blanket except in window_from_table for the BLE001 gate --- litellm/proxy/db/spend_counter_reseed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/db/spend_counter_reseed.py b/litellm/proxy/db/spend_counter_reseed.py index 4513300a12c..7b3c261036e 100644 --- a/litellm/proxy/db/spend_counter_reseed.py +++ b/litellm/proxy/db/spend_counter_reseed.py @@ -266,7 +266,7 @@ class SpendCounterReseed: } } ) - except Exception: + except Exception: # noqa: BLE001 # any read failure (DB, stale prisma client) must degrade to the aggregate path verbose_proxy_logger.exception( "SpendCounterReseed.window_from_table: failed for %s=%s window=%s", entity_type,