fix: remove ruff ignore SIM300 (#11810)

This commit is contained in:
barabicu
2024-12-19 19:30:51 +09:00
committed by GitHub
parent 560d375e0f
commit d057067543
6 changed files with 12 additions and 13 deletions

View File

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