Skip to content

Commit 485f783

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2c2be88 commit 485f783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scmrepo/git/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _prepare_command(self, action: Optional[str] = None) -> Union[str, list[str]
136136
if not shutil.which(executable) and shutil.which("git"):
137137
# If the helper cannot be found in PATH, it might be
138138
# a C git helper in GIT_EXEC_PATH
139-
git_exec_path = subprocess.check_output( # noqa: S603
139+
git_exec_path = subprocess.check_output(
140140
("git", "--exec-path"),
141141
text=True,
142142
).strip()

0 commit comments

Comments
 (0)