chore(typing): re-ratchet lint budgets against the merged base

The merge with litellm_internal_staging brought in overlapping typing fixes, so
the ceilings are recomputed from the new merge-base rather than carrying the
pre-merge deltas forward.
This commit is contained in:
mateo-berri 2026-08-01 04:11:26 +00:00
parent e2677aad2f
commit 148f27fba3
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"reportAny": {
"limit": 31256
"limit": 31050
},
"reportArgumentType": {
"limit": 2645
@ -18,13 +18,13 @@
"limit": 59
},
"reportDeprecated": {
"limit": 325
"limit": 313
},
"reportDuplicateImport": {
"limit": 42
},
"reportExplicitAny": {
"limit": 10208
"limit": 9743
},
"reportFunctionMemberAccess": {
"limit": 11
@ -99,19 +99,19 @@
"limit": 0
},
"reportUnknownArgumentType": {
"limit": 45357
"limit": 45316
},
"reportUnknownLambdaType": {
"limit": 113
},
"reportUnknownMemberType": {
"limit": 40477
"limit": 40476
},
"reportUnknownParameterType": {
"limit": 20338
},
"reportUnknownVariableType": {
"limit": 32047
"limit": 32046
},
"reportUnnecessaryCast": {
"limit": 177

View file

@ -24,7 +24,7 @@
"limit": 130
},
"ANN401": {
"limit": 2009
"limit": 1994
},
"ASYNC230": {
"limit": 14
@ -363,6 +363,6 @@
"limit": 105
},
"UP045": {
"limit": 17805
"limit": 17803
}
}

View file

@ -24,6 +24,6 @@
"limit": 1004
},
"LIT009": {
"limit": 2473
"limit": 2469
}
}