From 8a80d1349ed4d8a618caee98592c3df6c08d1ae6 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:12:45 +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 65d3c239253..ccc77ed7c29 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": 45004 + "limit": 44996 }, "reportUnknownLambdaType": { "limit": 113 }, "reportUnknownMemberType": { - "limit": 39649 + "limit": 39634 }, "reportUnknownParameterType": { "limit": 20132 }, "reportUnknownVariableType": { - "limit": 31156 + "limit": 31144 }, "reportUnnecessaryCast": { "limit": 118 diff --git a/ruff-strict-budget.json b/ruff-strict-budget.json index 4d1e73aab2d..f8647d9181e 100644 --- a/ruff-strict-budget.json +++ b/ruff-strict-budget.json @@ -24,7 +24,7 @@ "limit": 133 }, "ANN401": { - "limit": 1495 + "limit": 1490 }, "ASYNC230": { "limit": 11 @@ -57,7 +57,7 @@ "limit": 3 }, "BLE001": { - "limit": 2924 + "limit": 2923 }, "C401": { "limit": 8 @@ -192,7 +192,7 @@ "limit": 0 }, "S110": { - "limit": 218 + "limit": 217 }, "S112": { "limit": 22 @@ -234,7 +234,7 @@ "limit": 5 }, "TID251": { - "limit": 1226 + "limit": 1225 }, "TRY002": { "limit": 528 diff --git a/type-discipline-budget.json b/type-discipline-budget.json index 585f8cd77f9..35d3c895f8f 100644 --- a/type-discipline-budget.json +++ b/type-discipline-budget.json @@ -1,9 +1,9 @@ { "LIT001": { - "limit": 23064 + "limit": 23062 }, "LIT002": { - "limit": 27166 + "limit": 27149 }, "LIT003": { "limit": 269 @@ -27,9 +27,9 @@ "limit": 0 }, "LIT010": { - "limit": 16753 + "limit": 16735 }, "LIT011": { - "limit": 5598 + "limit": 5597 } }