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