litellm/basedpyright-code-budget.json
Devin AI 35261c7cec chore(typing): clear basedpyright Any errors in a2a, rag ingestion, memory endpoints
Replace Any seams with JSON value models, Prisma table protocols, and precise httpx return types, and ratchet the lint budgets down

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-07 14:04:20 +00:00

146 lines
2.4 KiB
JSON

{
"reportAny": {
"limit": 28624
},
"reportArgumentType": {
"limit": 2488
},
"reportAssignmentType": {
"limit": 329
},
"reportAttributeAccessIssue": {
"limit": 513
},
"reportCallIssue": {
"limit": 117
},
"reportConstantRedefinition": {
"limit": 40
},
"reportDeprecated": {
"limit": 215
},
"reportDuplicateImport": {
"limit": 19
},
"reportExplicitAny": {
"limit": 9076
},
"reportFunctionMemberAccess": {
"limit": 7
},
"reportGeneralTypeIssues": {
"limit": 157
},
"reportIncompatibleMethodOverride": {
"limit": 56
},
"reportIncompatibleVariableOverride": {
"limit": 8
},
"reportInconsistentOverload": {
"limit": 12
},
"reportIndexIssue": {
"limit": 35
},
"reportInvalidTypeForm": {
"limit": 35
},
"reportInvalidTypeVarUse": {
"limit": 2
},
"reportMatchNotExhaustive": {
"limit": 0
},
"reportMissingParameterType": {
"limit": 5843
},
"reportMissingTypeArgument": {
"limit": 15806
},
"reportMissingTypeStubs": {
"limit": 40
},
"reportOperatorIssue": {
"limit": 0
},
"reportOptionalCall": {
"limit": 0
},
"reportOptionalIterable": {
"limit": 0
},
"reportOptionalMemberAccess": {
"limit": 417
},
"reportOptionalOperand": {
"limit": 0
},
"reportOptionalSubscript": {
"limit": 0
},
"reportPossiblyUnboundVariable": {
"limit": 56
},
"reportPrivateUsage": {
"limit": 1825
},
"reportRedeclaration": {
"limit": 8
},
"reportReturnType": {
"limit": 205
},
"reportTypedDictNotRequiredAccess": {
"limit": 27
},
"reportUndefinedVariable": {
"limit": 0
},
"reportUnknownArgumentType": {
"limit": 45110
},
"reportUnknownLambdaType": {
"limit": 113
},
"reportUnknownMemberType": {
"limit": 39831
},
"reportUnknownParameterType": {
"limit": 20235
},
"reportUnknownVariableType": {
"limit": 31358
},
"reportUnnecessaryCast": {
"limit": 120
},
"reportUnnecessaryComparison": {
"limit": 701
},
"reportUnnecessaryContains": {
"limit": 5
},
"reportUnnecessaryIsInstance": {
"limit": 864
},
"reportUntypedBaseClass": {
"limit": 0
},
"reportUntypedFunctionDecorator": {
"limit": 33
},
"reportUnusedClass": {
"limit": 23
},
"reportUnusedFunction": {
"limit": 139
},
"reportUnusedImport": {
"limit": 555
},
"reportUnusedVariable": {
"limit": 146
}
}