From 289b8b13009d441bc7ef0f4898c68e3c60b6c21a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:19:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- dvc/repo/checkout.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dvc/repo/checkout.py b/dvc/repo/checkout.py index 5030e2db4c..a2dbbf572e 100644 --- a/dvc/repo/checkout.py +++ b/dvc/repo/checkout.py @@ -133,7 +133,11 @@ def outs_filter(out: "Output") -> bool: return True view = self.index.targets_view( - targets, recursive=recursive, with_deps=with_deps, onerror=onerror, outs_filter=outs_filter + targets, + recursive=recursive, + with_deps=with_deps, + onerror=onerror, + outs_filter=outs_filter, ) with ui.progress(unit="entry", desc="Building workspace index", leave=True) as pb: