litellm/type-discipline-budget.json
mateo-berri add2a1ce3f chore(typing): clear 2.4k basedpyright errors across 15 Any hotspot files
Replace Any-typed seams with real types in the files carrying the highest
reportAny/reportExplicitAny density. The dominant source was the repository
layer: BaseRepository.table is declared Any, so every repository read poisoned
its rows and every downstream call. Typed pass-through accessors under a
_PrismaTableActions Protocol pay that crossing once per table, and TypedDicts
and Protocols replace the remaining Any-typed request, row, and tool payloads
across the team, key, SCIM, spend, MCP, guardrail, video, and websearch
surfaces

No casts, no type: ignore, no noqa, no new Any annotations, no behavior
changes. Whole-tree basedpyright: reportAny 20,840 -> 19,397,
reportExplicitAny 7,253 -> 6,518, all rules 151,424 -> 149,066, with no rule
increased in any file. Budgets ratcheted: basedpyright -2,358, ruff-strict
-300, type-discipline -68
2026-08-01 03:57:48 -07:00

29 lines
329 B
JSON

{
"LIT001": {
"limit": 23191
},
"LIT002": {
"limit": 27276
},
"LIT003": {
"limit": 292
},
"LIT004": {
"limit": 44
},
"LIT005": {
"limit": 0
},
"LIT006": {
"limit": 1106
},
"LIT007": {
"limit": 0
},
"LIT008": {
"limit": 1004
},
"LIT009": {
"limit": 2467
}
}