Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2024
1 parent 2d2ca33 commit 289b8b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dvc/repo/checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 289b8b1

Please sign in to comment.