Skip to content

Commit 053ade4

Browse files
committed
style: Format
1 parent 2e71db6 commit 053ade4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

duties.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,11 @@ def docs_deploy(ctx: Context) -> None:
213213
ctx.run(lambda: False, title="Not deploying docs without Material for MkDocs Insiders!")
214214
origin = ctx.run("git config --get remote.origin.url", silent=True)
215215
if "pawamoy-insiders/griffe-inherited-docstrings" in origin:
216-
ctx.run("git remote add upstream git@github.com:mkdocstrings/griffe-inherited-docstrings", silent=True, nofail=True)
216+
ctx.run(
217+
"git remote add upstream git@github.com:mkdocstrings/griffe-inherited-docstrings",
218+
silent=True,
219+
nofail=True,
220+
)
217221
ctx.run(
218222
mkdocs.gh_deploy(remote_name="upstream", force=True),
219223
title="Deploying documentation",

0 commit comments

Comments
 (0)