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

litellm_internal_staging landed a larger overlapping typing cleanup, 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 18:34:38 +00:00
parent de4913c97a
commit 543dd3b7e5
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"reportAny": {
"limit": 29813
"limit": 29721
},
"reportArgumentType": {
"limit": 2645
@ -18,13 +18,13 @@
"limit": 59
},
"reportDeprecated": {
"limit": 325
"limit": 313
},
"reportDuplicateImport": {
"limit": 42
},
"reportExplicitAny": {
"limit": 9473
"limit": 9422
},
"reportFunctionMemberAccess": {
"limit": 11
@ -99,7 +99,7 @@
"limit": 0
},
"reportUnknownArgumentType": {
"limit": 45324
"limit": 45283
},
"reportUnknownLambdaType": {
"limit": 113

View file

@ -363,6 +363,6 @@
"limit": 104
},
"UP045": {
"limit": 17793
"limit": 17791
}
}