litellm/type-discipline-budget.json
Mateo Wang 5f864c83ce
chore(lint): zero out crash-class pyright rules and ban new type: ignore comments (#32152)
* fix: zero out crash-class basedpyright rules across litellm/

* feat(lint): add LIT009 banning inert type: ignore comments

* docs: require bracketed rule and reason on every suppression

* chore(lint): ratchet budgets down and zero crash-class pyright limits

* fix: narrow auto router routelayer through a local before calling

* test: add regression tests for crash-class fixes

* fix: drop dead AZURE_AD_TOKEN lookups and word-bound the type-ignore regex
2026-07-04 16:56:12 -07:00

29 lines
329 B
JSON

{
"LIT001": {
"limit": 23452
},
"LIT002": {
"limit": 27522
},
"LIT003": {
"limit": 422
},
"LIT004": {
"limit": 44
},
"LIT005": {
"limit": 0
},
"LIT006": {
"limit": 1113
},
"LIT007": {
"limit": 0
},
"LIT008": {
"limit": 1004
},
"LIT009": {
"limit": 2501
}
}