Skip to content

Commit 9058786

Browse files
committed
!squash more
1 parent 63e2347 commit 9058786

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/libvcs/pytest_plugin.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def git_commit_envvars(vcs_name: str, vcs_email: str) -> "_ENV":
7474
"""Return environment variables for `git commit`.
7575
7676
For some reason, `GIT_CONFIG` via {func}`set_gitconfig` doesn't work for `git
77-
commit`."""
77+
commit`.
78+
"""
7879
return {
7980
"GIT_AUTHOR_NAME": vcs_name,
8081
"GIT_AUTHOR_EMAIL": vcs_email,
@@ -798,7 +799,8 @@ def add_doctest_fixtures(
798799
doctest_namespace["create_git_remote_repo"] = functools.partial(
799800
create_git_remote_repo,
800801
remote_repo_post_init=functools.partial(
801-
git_remote_repo_single_commit_post_init, env=git_commit_envvars
802+
git_remote_repo_single_commit_post_init,
803+
env=git_commit_envvars,
802804
),
803805
init_cmd_args=None,
804806
)

0 commit comments

Comments
 (0)