Skip to content

Commit 3bc2d7b

Browse files
committed
style: Format
1 parent a99a526 commit 3bc2d7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

duties.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ def check_quality(ctx: Context) -> None:
7979
)
8080

8181

82-
@duty(nofail=PY_VERSION == PY_DEV, skip_if=sys.version_info < (3, 13), skip_reason=pyprefix("Skipped: docs require modern generics syntax"))
82+
@duty(
83+
nofail=PY_VERSION == PY_DEV,
84+
skip_if=sys.version_info < (3, 13),
85+
skip_reason=pyprefix("Skipped: docs require modern generics syntax"),
86+
)
8387
def check_docs(ctx: Context) -> None:
8488
"""Check if the documentation builds correctly."""
8589
Path("htmlcov").mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)