diff --git a/basedpyright-code-budget.json b/basedpyright-code-budget.json index 43df27ea2e2..a3c6376d4fe 100644 --- a/basedpyright-code-budget.json +++ b/basedpyright-code-budget.json @@ -1,6 +1,6 @@ { "reportAny": { - "limit": 31256 + "limit": 31050 }, "reportArgumentType": { "limit": 2645 @@ -18,13 +18,13 @@ "limit": 59 }, "reportDeprecated": { - "limit": 325 + "limit": 313 }, "reportDuplicateImport": { "limit": 42 }, "reportExplicitAny": { - "limit": 10208 + "limit": 9743 }, "reportFunctionMemberAccess": { "limit": 11 @@ -99,19 +99,19 @@ "limit": 0 }, "reportUnknownArgumentType": { - "limit": 45357 + "limit": 45316 }, "reportUnknownLambdaType": { "limit": 113 }, "reportUnknownMemberType": { - "limit": 40477 + "limit": 40476 }, "reportUnknownParameterType": { "limit": 20338 }, "reportUnknownVariableType": { - "limit": 32047 + "limit": 32046 }, "reportUnnecessaryCast": { "limit": 177 diff --git a/ruff-strict-budget.json b/ruff-strict-budget.json index 6fb3ed748b6..51869b093ca 100644 --- a/ruff-strict-budget.json +++ b/ruff-strict-budget.json @@ -24,7 +24,7 @@ "limit": 130 }, "ANN401": { - "limit": 2009 + "limit": 1994 }, "ASYNC230": { "limit": 14 @@ -363,6 +363,6 @@ "limit": 105 }, "UP045": { - "limit": 17805 + "limit": 17803 } } diff --git a/type-discipline-budget.json b/type-discipline-budget.json index 05499e83c42..e83a67a9b15 100644 --- a/type-discipline-budget.json +++ b/type-discipline-budget.json @@ -24,6 +24,6 @@ "limit": 1004 }, "LIT009": { - "limit": 2473 + "limit": 2469 } }