mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
chore(lint): drop budget limits back to the values on the merged base
The staging merge resolved three budget conflicts by keeping this branch's older, higher numbers, which turned budget-ratchet red. Nothing on the branch adds violations for those rules, so the base's limits hold.
This commit is contained in:
parent
59f9d3a799
commit
9c795e52f3
2 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@
|
|||
"limit": 4
|
||||
},
|
||||
"reportUnnecessaryIsInstance": {
|
||||
"limit": 823
|
||||
"limit": 819
|
||||
},
|
||||
"reportUntypedBaseClass": {
|
||||
"limit": 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"LIT001": {
|
||||
"limit": 22332
|
||||
"limit": 22330
|
||||
},
|
||||
"LIT002": {
|
||||
"limit": 26760
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"limit": 0
|
||||
},
|
||||
"LIT010": {
|
||||
"limit": 16480
|
||||
"limit": 16478
|
||||
},
|
||||
"LIT011": {
|
||||
"limit": 5518
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue