mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
chore(typing): ratchet lint budgets down by the errors this branch fixed
basedpyright -1283 across 48 rules, ruff-strict -115, type-discipline -99
This commit is contained in:
parent
86e7bcaf54
commit
89fcdc30d9
3 changed files with 22 additions and 22 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"reportAny": {
|
||||
"limit": 22343
|
||||
"limit": 21547
|
||||
},
|
||||
"reportArgumentType": {
|
||||
"limit": 2578
|
||||
"limit": 2574
|
||||
},
|
||||
"reportAssignmentType": {
|
||||
"limit": 323
|
||||
"limit": 322
|
||||
},
|
||||
"reportAttributeAccessIssue": {
|
||||
"limit": 488
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"limit": 19
|
||||
},
|
||||
"reportExplicitAny": {
|
||||
"limit": 6991
|
||||
"limit": 6677
|
||||
},
|
||||
"reportFunctionMemberAccess": {
|
||||
"limit": 7
|
||||
|
|
@ -54,10 +54,10 @@
|
|||
"limit": 0
|
||||
},
|
||||
"reportMissingParameterType": {
|
||||
"limit": 5681
|
||||
"limit": 5675
|
||||
},
|
||||
"reportMissingTypeArgument": {
|
||||
"limit": 15605
|
||||
"limit": 15589
|
||||
},
|
||||
"reportMissingTypeStubs": {
|
||||
"limit": 40
|
||||
|
|
@ -99,19 +99,19 @@
|
|||
"limit": 0
|
||||
},
|
||||
"reportUnknownArgumentType": {
|
||||
"limit": 44709
|
||||
"limit": 44691
|
||||
},
|
||||
"reportUnknownLambdaType": {
|
||||
"limit": 112
|
||||
"limit": 111
|
||||
},
|
||||
"reportUnknownMemberType": {
|
||||
"limit": 39154
|
||||
"limit": 39117
|
||||
},
|
||||
"reportUnknownParameterType": {
|
||||
"limit": 19944
|
||||
"limit": 19925
|
||||
},
|
||||
"reportUnknownVariableType": {
|
||||
"limit": 30772
|
||||
"limit": 30706
|
||||
},
|
||||
"reportUnnecessaryCast": {
|
||||
"limit": 117
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
"limit": 5
|
||||
},
|
||||
"reportUnnecessaryIsInstance": {
|
||||
"limit": 851
|
||||
"limit": 846
|
||||
},
|
||||
"reportUntypedBaseClass": {
|
||||
"limit": 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ANN001": {
|
||||
"limit": 3026
|
||||
"limit": 3020
|
||||
},
|
||||
"ANN002": {
|
||||
"limit": 71
|
||||
|
|
@ -12,19 +12,19 @@
|
|||
"limit": 2017
|
||||
},
|
||||
"ANN202": {
|
||||
"limit": 855
|
||||
"limit": 853
|
||||
},
|
||||
"ANN204": {
|
||||
"limit": 711
|
||||
},
|
||||
"ANN205": {
|
||||
"limit": 114
|
||||
"limit": 113
|
||||
},
|
||||
"ANN206": {
|
||||
"limit": 133
|
||||
},
|
||||
"ANN401": {
|
||||
"limit": 1290
|
||||
"limit": 1188
|
||||
},
|
||||
"ASYNC230": {
|
||||
"limit": 11
|
||||
|
|
@ -234,7 +234,7 @@
|
|||
"limit": 5
|
||||
},
|
||||
"TID251": {
|
||||
"limit": 1216
|
||||
"limit": 1212
|
||||
},
|
||||
"TRY002": {
|
||||
"limit": 524
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"LIT001": {
|
||||
"limit": 22894
|
||||
"limit": 22811
|
||||
},
|
||||
"LIT002": {
|
||||
"limit": 26888
|
||||
"limit": 26880
|
||||
},
|
||||
"LIT003": {
|
||||
"limit": 269
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"limit": 0
|
||||
},
|
||||
"LIT006": {
|
||||
"limit": 1071
|
||||
"limit": 1069
|
||||
},
|
||||
"LIT007": {
|
||||
"limit": 0
|
||||
|
|
@ -27,10 +27,10 @@
|
|||
"limit": 0
|
||||
},
|
||||
"LIT010": {
|
||||
"limit": 16700
|
||||
"limit": 16696
|
||||
},
|
||||
"LIT011": {
|
||||
"limit": 5590
|
||||
"limit": 5588
|
||||
},
|
||||
"LIT012": {
|
||||
"limit": 4519
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue