mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
[core] Enable ruff SLOT (flake8-slots) lint family (#16647)
This commit is contained in:
@@ -125,6 +125,7 @@ select = [
|
||||
"PL", # pylint
|
||||
"Q", # flake8-quotes
|
||||
"SIM", # flake8-simplify
|
||||
"SLOT", # flake8-slots
|
||||
"RET", # flake8-ret
|
||||
"T10", # flake8-debugger
|
||||
"UP", # pyupgrade
|
||||
|
||||
Reference in New Issue
Block a user