mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
[core] Enable ruff C4 (flake8-comprehensions) lint family (#16653)
This commit is contained in:
@@ -111,6 +111,7 @@ exclude = ['generated']
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"C4", # flake8-comprehensions
|
||||
"E", # pycodestyle
|
||||
"EXE", # flake8-executable
|
||||
"F", # pyflakes/autoflake
|
||||
|
||||
Reference in New Issue
Block a user