mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 01:58:39 +00:00
silence warnings from code we do not control
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user