feat:add tts-streaming config and future (#5492)
This commit is contained in:
@@ -49,7 +49,7 @@ ignore = [
|
||||
"B006", # mutable-argument-default
|
||||
"B007", # unused-loop-control-variable
|
||||
"B026", # star-arg-unpacking-after-keyword-arg
|
||||
"B901", # return-in-generator
|
||||
# "B901", # return-in-generator
|
||||
"B904", # raise-without-from-inside-except
|
||||
"B905", # zip-without-explicit-strict
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user