mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:45:15 +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]
|
[tool.ruff.lint]
|
||||||
select = [
|
select = [
|
||||||
"E", # pycodestyle
|
"E", # pycodestyle
|
||||||
|
"EXE", # flake8-executable
|
||||||
"F", # pyflakes/autoflake
|
"F", # pyflakes/autoflake
|
||||||
"FA", # flake8-future-annotations
|
"FA", # flake8-future-annotations
|
||||||
"FLY", # flynt: convert string formatting to f-strings
|
"FLY", # flynt: convert string formatting to f-strings
|
||||||
|
|||||||
0
script/ci_helpers.py
Executable file → Normal file
0
script/ci_helpers.py
Executable file → Normal file
Reference in New Issue
Block a user