Skip to content

Commit 52fad11

Browse files
committed
style: Format
1 parent c6ca522 commit 52fad11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

duties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def changelog(ctx: Context, bump: str = "") -> None:
5454

5555

5656
@duty(pre=["check_quality", "check_types", "check_docs", "check_dependencies", "check-api"])
57-
def check(ctx: Context) -> None: # noqa: ARG001
57+
def check(ctx: Context) -> None:
5858
"""Check it all!"""
5959

6060

0 commit comments

Comments
 (0)