mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
chore: ratchet down lint/type budgets after disconnect-billing merge fix
This commit is contained in:
parent
95a2586228
commit
b2df72f980
2 changed files with 8 additions and 8 deletions
|
|
@ -57,7 +57,7 @@
|
|||
"limit": 5658
|
||||
},
|
||||
"reportMissingTypeArgument": {
|
||||
"limit": 15656
|
||||
"limit": 15655
|
||||
},
|
||||
"reportMissingTypeStubs": {
|
||||
"limit": 40
|
||||
|
|
@ -99,19 +99,19 @@
|
|||
"limit": 0
|
||||
},
|
||||
"reportUnknownArgumentType": {
|
||||
"limit": 44831
|
||||
"limit": 44829
|
||||
},
|
||||
"reportUnknownLambdaType": {
|
||||
"limit": 109
|
||||
},
|
||||
"reportUnknownMemberType": {
|
||||
"limit": 39267
|
||||
"limit": 39265
|
||||
},
|
||||
"reportUnknownParameterType": {
|
||||
"limit": 19987
|
||||
"limit": 19986
|
||||
},
|
||||
"reportUnknownVariableType": {
|
||||
"limit": 30922
|
||||
"limit": 30921
|
||||
},
|
||||
"reportUnnecessaryCast": {
|
||||
"limit": 117
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"LIT001": {
|
||||
"limit": 23002
|
||||
"limit": 23001
|
||||
},
|
||||
"LIT002": {
|
||||
"limit": 27145
|
||||
"limit": 27144
|
||||
},
|
||||
"LIT003": {
|
||||
"limit": 269
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"limit": 0
|
||||
},
|
||||
"LIT010": {
|
||||
"limit": 16730
|
||||
"limit": 16729
|
||||
},
|
||||
"LIT011": {
|
||||
"limit": 5577
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue