diff --git a/esphome/__main__.py b/esphome/__main__.py index cb2345bc6cd..16fa32ee96e 100644 --- a/esphome/__main__.py +++ b/esphome/__main__.py @@ -762,7 +762,7 @@ def _find_picotool() -> Path | None: try: idedata = platformio_api.get_idedata(CORE.config) - except Exception: # noqa: BLE001 + except Exception: # noqa: BLE001 # pylint: disable=broad-except return None return get_picotool_path(idedata.cc_path)