Skip to content

Commit c60f233

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 386da56 commit c60f233

File tree

1 file changed

+1
-1
lines changed
  • src/setuptools_scm/_file_finders

1 file changed

+1
-1
lines changed

src/setuptools_scm/_file_finders/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def _git_toplevel(path: str) -> str | None:
2828
# with incorrect permissions and we don't want to silently
2929
# ignore files.
3030
if "--add safe.directory" in res.stderr and not os.environ.get(
31-
"SETUPTOOLS_SCM_IGNORE_DUBIOUS_OWNER"
31+
"SETUPTOOLS_SCM_IGNORE_DUBIOUS_OWNER"
3232
):
3333
log.error(res.stderr)
3434
raise SystemExit(

0 commit comments

Comments
 (0)