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 1953843 commit 2ba3176Copy full SHA for 2ba3176
cpp_linter_hooks/util.py
@@ -214,5 +214,4 @@ def is_installed(tool: str) -> Optional[Path]:
214
def ensure_installed(tool: str, version: Optional[str] = None) -> None:
215
"""Ensure a tool is installed, resolving its version if necessary."""
216
LOG.info("Ensuring %s is installed", tool)
217
- _resolve_install(tool, version)
218
-
+ _install_tool(tool, version)
0 commit comments