mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
[core] Enable ruff ISC (flake8-implicit-str-concat) lint family (#16646)
This commit is contained in:
@@ -119,6 +119,7 @@ select = [
|
||||
"FURB", # refurb
|
||||
"I", # isort
|
||||
"ICN", # flake8-import-conventions
|
||||
"ISC", # flake8-implicit-str-concat
|
||||
"LOG", # flake8-logging
|
||||
"NPY", # numpy-specific rules
|
||||
"PERF", # performance
|
||||
|
||||
Reference in New Issue
Block a user