From 449b2493f69a5fc29999ff6c7022abdb4b5282c8 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:53:25 +0000 Subject: [PATCH] chore(typing): refresh lint budgets after merge Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- basedpyright-code-budget.json | 12 ++++++------ ruff-strict-budget.json | 8 ++++---- type-discipline-budget.json | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/basedpyright-code-budget.json b/basedpyright-code-budget.json index 96b689aed74..b71984823a0 100644 --- a/basedpyright-code-budget.json +++ b/basedpyright-code-budget.json @@ -1,6 +1,6 @@ { "reportAny": { - "limit": 26391 + "limit": 26163 }, "reportArgumentType": { "limit": 2614 @@ -24,7 +24,7 @@ "limit": 19 }, "reportExplicitAny": { - "limit": 8319 + "limit": 8305 }, "reportFunctionMemberAccess": { "limit": 7 @@ -57,7 +57,7 @@ "limit": 5825 }, "reportMissingTypeArgument": { - "limit": 15695 + "limit": 15693 }, "reportMissingTypeStubs": { "limit": 40 @@ -99,19 +99,19 @@ "limit": 0 }, "reportUnknownArgumentType": { - "limit": 44996 + "limit": 44988 }, "reportUnknownLambdaType": { "limit": 113 }, "reportUnknownMemberType": { - "limit": 39643 + "limit": 39628 }, "reportUnknownParameterType": { "limit": 20132 }, "reportUnknownVariableType": { - "limit": 31153 + "limit": 31141 }, "reportUnnecessaryCast": { "limit": 118 diff --git a/ruff-strict-budget.json b/ruff-strict-budget.json index 4e263b078e8..35ad38a435f 100644 --- a/ruff-strict-budget.json +++ b/ruff-strict-budget.json @@ -24,7 +24,7 @@ "limit": 133 }, "ANN401": { - "limit": 1490 + "limit": 1485 }, "ASYNC230": { "limit": 11 @@ -57,7 +57,7 @@ "limit": 3 }, "BLE001": { - "limit": 2923 + "limit": 2922 }, "C401": { "limit": 8 @@ -192,7 +192,7 @@ "limit": 0 }, "S110": { - "limit": 217 + "limit": 216 }, "S112": { "limit": 22 @@ -234,7 +234,7 @@ "limit": 5 }, "TID251": { - "limit": 1225 + "limit": 1224 }, "TRY002": { "limit": 524 diff --git a/type-discipline-budget.json b/type-discipline-budget.json index c990ae52ff2..f0125544ef8 100644 --- a/type-discipline-budget.json +++ b/type-discipline-budget.json @@ -1,9 +1,9 @@ { "LIT001": { - "limit": 23057 + "limit": 23055 }, "LIT002": { - "limit": 27156 + "limit": 27139 }, "LIT003": { "limit": 269 @@ -27,9 +27,9 @@ "limit": 0 }, "LIT010": { - "limit": 16744 + "limit": 16726 }, "LIT011": { - "limit": 5596 + "limit": 5595 } }