From 89fcdc30d9815e95ea98d9ce176d79bedd5d604e Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Wed, 19 Aug 2026 02:13:49 +0000 Subject: [PATCH] chore(typing): ratchet lint budgets down by the errors this branch fixed basedpyright -1283 across 48 rules, ruff-strict -115, type-discipline -99 --- basedpyright-code-budget.json | 24 ++++++++++++------------ ruff-strict-budget.json | 10 +++++----- type-discipline-budget.json | 10 +++++----- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/basedpyright-code-budget.json b/basedpyright-code-budget.json index a7ec31f2ffd..9e93e9360d0 100644 --- a/basedpyright-code-budget.json +++ b/basedpyright-code-budget.json @@ -1,12 +1,12 @@ { "reportAny": { - "limit": 22343 + "limit": 21547 }, "reportArgumentType": { - "limit": 2578 + "limit": 2574 }, "reportAssignmentType": { - "limit": 323 + "limit": 322 }, "reportAttributeAccessIssue": { "limit": 488 @@ -24,7 +24,7 @@ "limit": 19 }, "reportExplicitAny": { - "limit": 6991 + "limit": 6677 }, "reportFunctionMemberAccess": { "limit": 7 @@ -54,10 +54,10 @@ "limit": 0 }, "reportMissingParameterType": { - "limit": 5681 + "limit": 5675 }, "reportMissingTypeArgument": { - "limit": 15605 + "limit": 15589 }, "reportMissingTypeStubs": { "limit": 40 @@ -99,19 +99,19 @@ "limit": 0 }, "reportUnknownArgumentType": { - "limit": 44709 + "limit": 44691 }, "reportUnknownLambdaType": { - "limit": 112 + "limit": 111 }, "reportUnknownMemberType": { - "limit": 39154 + "limit": 39117 }, "reportUnknownParameterType": { - "limit": 19944 + "limit": 19925 }, "reportUnknownVariableType": { - "limit": 30772 + "limit": 30706 }, "reportUnnecessaryCast": { "limit": 117 @@ -123,7 +123,7 @@ "limit": 5 }, "reportUnnecessaryIsInstance": { - "limit": 851 + "limit": 846 }, "reportUntypedBaseClass": { "limit": 0 diff --git a/ruff-strict-budget.json b/ruff-strict-budget.json index 6882479a344..c11540dcb2f 100644 --- a/ruff-strict-budget.json +++ b/ruff-strict-budget.json @@ -1,6 +1,6 @@ { "ANN001": { - "limit": 3026 + "limit": 3020 }, "ANN002": { "limit": 71 @@ -12,19 +12,19 @@ "limit": 2017 }, "ANN202": { - "limit": 855 + "limit": 853 }, "ANN204": { "limit": 711 }, "ANN205": { - "limit": 114 + "limit": 113 }, "ANN206": { "limit": 133 }, "ANN401": { - "limit": 1290 + "limit": 1188 }, "ASYNC230": { "limit": 11 @@ -234,7 +234,7 @@ "limit": 5 }, "TID251": { - "limit": 1216 + "limit": 1212 }, "TRY002": { "limit": 524 diff --git a/type-discipline-budget.json b/type-discipline-budget.json index f8e481dc142..8b102733e64 100644 --- a/type-discipline-budget.json +++ b/type-discipline-budget.json @@ -1,9 +1,9 @@ { "LIT001": { - "limit": 22894 + "limit": 22811 }, "LIT002": { - "limit": 26888 + "limit": 26880 }, "LIT003": { "limit": 269 @@ -15,7 +15,7 @@ "limit": 0 }, "LIT006": { - "limit": 1071 + "limit": 1069 }, "LIT007": { "limit": 0 @@ -27,10 +27,10 @@ "limit": 0 }, "LIT010": { - "limit": 16700 + "limit": 16696 }, "LIT011": { - "limit": 5590 + "limit": 5588 }, "LIT012": { "limit": 4519