Skip to content

Commit 3788a5e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cba1813 commit 3788a5e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

clang_tools/install.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,11 @@ def uninstall_clang_tools(tools: list[str], version: str, directory: str):
261261

262262

263263
def install_clang_tools(
264-
version: Version, tools: list[str], directory: str, overwrite: bool, no_progress_bar: bool
264+
version: Version,
265+
tools: list[str],
266+
directory: str,
267+
overwrite: bool,
268+
no_progress_bar: bool,
265269
) -> None:
266270
"""Wraps functions used to individually install tools.
267271

0 commit comments

Comments
 (0)