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 13, 2024
1 parent a61074f commit 4f206a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion weblate/vcs/multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def configure_remote(
repositories = []

Check warning on line 49 in weblate/vcs/multiple.py

View check run for this annotation

Codecov / codecov/patch

weblate/vcs/multiple.py#L46-L49

Added lines #L46 - L49 were not covered by tests
for key, repo in pull_urls.items():
repository = VCS_REGISTRY[repo["vcs"]](self.path, branches.get(key))
repository.configure_remote(repo["repo"], push_urls and push_urls.get(key), branches.get(key), fast)
repository.configure_remote(

Check warning on line 52 in weblate/vcs/multiple.py

View check run for this annotation

Codecov / codecov/patch

weblate/vcs/multiple.py#L51-L52

Added lines #L51 - L52 were not covered by tests
repo["repo"], push_urls and push_urls.get(key), branches.get(key), fast
)
repositories.append(repository)
self.repositories = repositories

Check warning on line 56 in weblate/vcs/multiple.py

View check run for this annotation

Codecov / codecov/patch

weblate/vcs/multiple.py#L55-L56

Added lines #L55 - L56 were not covered by tests

Expand Down

0 comments on commit 4f206a6

Please sign in to comment.