Skip to content

Commit e5db94c

Browse files
committed
style: Format
1 parent 161fec6 commit e5db94c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

duties.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ def docs_deploy(ctx: Context) -> None:
123123
ctx.run(lambda: False, title="Not deploying docs without Material for MkDocs Insiders!")
124124
origin = ctx.run("git config --get remote.origin.url", silent=True)
125125
if "pawamoy-insiders/griffe-runtime-objects" in origin:
126-
ctx.run("git remote add upstream git@github.com:mkdocstrings/griffe-runtime-objects", silent=True, nofail=True)
126+
ctx.run(
127+
"git remote add upstream git@github.com:mkdocstrings/griffe-runtime-objects",
128+
silent=True,
129+
nofail=True,
130+
)
127131
ctx.run(
128132
tools.mkdocs.gh_deploy(remote_name="upstream", force=True),
129133
title="Deploying documentation",

0 commit comments

Comments
 (0)