[FIX]Ruff: lint errors for E731 (#13018)

This commit is contained in:
Miki Watanabe
2025-03-05 16:54:04 +09:00
committed by GitHub
parent 561a3bf7a0
commit 2e467cbc74
2 changed files with 8 additions and 11 deletions

View File

@@ -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