From f5fd82bc42f2685699ed1063876aec8a6ed16e9f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:08:23 +0000 Subject: [PATCH] apply automatic formatting fixes --- esphome/components/libretiny/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/esphome/components/libretiny/__init__.py b/esphome/components/libretiny/__init__.py index 0d93c7ad4e..d655d43f70 100644 --- a/esphome/components/libretiny/__init__.py +++ b/esphome/components/libretiny/__init__.py @@ -514,9 +514,7 @@ async def component_to_code(config): # it for project source files only. GCC uses the last -O flag. build_src_flags += " -Os" cg.add_platformio_option("build_src_flags", build_src_flags) - cg.add_platformio_option( - "extra_scripts", ["pre:ccache.py", *pch_extra_scripts()] - ) + cg.add_platformio_option("extra_scripts", ["pre:ccache.py", *pch_extra_scripts()]) # IRAM_ATTR is a no-op on BK72xx (SDK masks FIQ+IRQ around flash ops). # On other families, patch_linker.py routes .sram.text into the right # RAM-executable output section and prints a post-link placement summary.