We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b579320 commit e8f20b1Copy full SHA for e8f20b1
platform.py
@@ -613,7 +613,6 @@ def _install_common_idf_packages(self) -> None:
613
def _configure_check_tools(self, variables: Dict) -> None:
614
"""Configure static analysis and check tools based on configuration."""
615
check_tools = variables.get("check_tool", [])
616
- self.install_tool("contrib-piohome")
617
if not check_tools:
618
return
619
0 commit comments