[ruff] Enable RET and fix all violations (#9929)
This commit is contained in:
@@ -118,6 +118,7 @@ select = [
|
||||
"PERF", # performance
|
||||
"PL", # pylint
|
||||
"SIM", # flake8-simplify
|
||||
"RET", # flake8-ret
|
||||
"UP", # pyupgrade
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user