mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
[core] Enable ruff EXE (flake8-executable) lint family (#16648)
This commit is contained in:
@@ -112,6 +112,7 @@ exclude = ['generated']
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"E", # pycodestyle
|
||||
"EXE", # flake8-executable
|
||||
"F", # pyflakes/autoflake
|
||||
"FA", # flake8-future-annotations
|
||||
"FLY", # flynt: convert string formatting to f-strings
|
||||
|
||||
Reference in New Issue
Block a user