From 543dd3b7e53e7d8a7016b3cfe464ccb5cd5f3215 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:34:38 +0000 Subject: [PATCH] chore(typing): re-ratchet lint budgets against the merged base litellm_internal_staging landed a larger overlapping typing cleanup, so the ceilings are recomputed from the new merge-base rather than carrying the pre-merge deltas forward. --- basedpyright-code-budget.json | 8 ++++---- ruff-strict-budget.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/basedpyright-code-budget.json b/basedpyright-code-budget.json index f6dd90077b1..cf503c468c9 100644 --- a/basedpyright-code-budget.json +++ b/basedpyright-code-budget.json @@ -1,6 +1,6 @@ { "reportAny": { - "limit": 29813 + "limit": 29721 }, "reportArgumentType": { "limit": 2645 @@ -18,13 +18,13 @@ "limit": 59 }, "reportDeprecated": { - "limit": 325 + "limit": 313 }, "reportDuplicateImport": { "limit": 42 }, "reportExplicitAny": { - "limit": 9473 + "limit": 9422 }, "reportFunctionMemberAccess": { "limit": 11 @@ -99,7 +99,7 @@ "limit": 0 }, "reportUnknownArgumentType": { - "limit": 45324 + "limit": 45283 }, "reportUnknownLambdaType": { "limit": 113 diff --git a/ruff-strict-budget.json b/ruff-strict-budget.json index b8650eea7aa..9ad00efbdef 100644 --- a/ruff-strict-budget.json +++ b/ruff-strict-budget.json @@ -363,6 +363,6 @@ "limit": 104 }, "UP045": { - "limit": 17793 + "limit": 17791 } }