mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
[FIX]Ruff: lint errors for E731 (#13018)
This commit is contained in:
@@ -45,7 +45,6 @@ ignore = [
|
||||
"E712", # true-false-comparison
|
||||
"E721", # type-comparison
|
||||
"E722", # bare-except
|
||||
"E731", # lambda-assignment
|
||||
"F821", # undefined-name
|
||||
"F841", # unused-variable
|
||||
"FURB113", # repeated-append
|
||||
|
||||
Reference in New Issue
Block a user