feat: add OpenAI o1 series models support (#8328)
This commit is contained in:
@@ -60,7 +60,8 @@ ignore = [
|
||||
"SIM113", # eumerate-for-loop
|
||||
"SIM117", # multiple-with-statements
|
||||
"SIM210", # if-expr-with-true-false
|
||||
"SIM300", # yoda-conditions
|
||||
"SIM300", # yoda-conditions,
|
||||
"PT004", # pytest-no-assert
|
||||
]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
|
||||
Reference in New Issue
Block a user