diff --git a/basedpyright-code-budget.json b/basedpyright-code-budget.json index 4e55978793e..3957170c6a2 100644 --- a/basedpyright-code-budget.json +++ b/basedpyright-code-budget.json @@ -15,13 +15,13 @@ "limit": 123 }, "reportConstantRedefinition": { - "limit": 59 + "limit": 40 }, "reportDeprecated": { "limit": 325 }, "reportDuplicateImport": { - "limit": 38 + "limit": 24 }, "reportExplicitAny": { "limit": 9473 @@ -81,13 +81,13 @@ "limit": 0 }, "reportPossiblyUnboundVariable": { - "limit": 77 + "limit": 56 }, "reportPrivateUsage": { "limit": 2436 }, "reportRedeclaration": { - "limit": 12 + "limit": 8 }, "reportReturnType": { "limit": 219 @@ -114,16 +114,16 @@ "limit": 31978 }, "reportUnnecessaryCast": { - "limit": 173 + "limit": 124 }, "reportUnnecessaryComparison": { - "limit": 1017 + "limit": 703 }, "reportUnnecessaryContains": { - "limit": 7 + "limit": 5 }, "reportUnnecessaryIsInstance": { - "limit": 1203 + "limit": 866 }, "reportUntypedBaseClass": { "limit": 165 @@ -132,15 +132,15 @@ "limit": 33 }, "reportUnusedClass": { - "limit": 33 + "limit": 23 }, "reportUnusedFunction": { - "limit": 204 + "limit": 139 }, "reportUnusedImport": { - "limit": 1003 + "limit": 588 }, "reportUnusedVariable": { - "limit": 1297 + "limit": 147 } }