mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:59:21 +08:00
fix: remove ruff ignore SIM300 (#11810)
This commit is contained in:
@@ -70,7 +70,6 @@ ignore = [
|
||||
"SIM113", # eumerate-for-loop
|
||||
"SIM117", # multiple-with-statements
|
||||
"SIM210", # if-expr-with-true-false
|
||||
"SIM300", # yoda-conditions,
|
||||
]
|
||||
|
||||
[lint.per-file-ignores]
|
||||
|
||||
Reference in New Issue
Block a user