mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
chore(typing): re-ratchet lint budgets against the merged base
This commit is contained in:
parent
7014befda7
commit
efeb2cddda
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"reportAny": {
|
||||
"limit": 22344
|
||||
"limit": 22328
|
||||
},
|
||||
"reportArgumentType": {
|
||||
"limit": 2578
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"limit": 40
|
||||
},
|
||||
"reportDeprecated": {
|
||||
"limit": 213
|
||||
"limit": 201
|
||||
},
|
||||
"reportDuplicateImport": {
|
||||
"limit": 19
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
"limit": 0
|
||||
},
|
||||
"reportUnknownArgumentType": {
|
||||
"limit": 44709
|
||||
"limit": 44666
|
||||
},
|
||||
"reportUnknownLambdaType": {
|
||||
"limit": 112
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"limit": 0
|
||||
},
|
||||
"LIT010": {
|
||||
"limit": 16713
|
||||
"limit": 16707
|
||||
},
|
||||
"LIT011": {
|
||||
"limit": 5591
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue