mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
[ruff] Enable RET and fix all violations
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