diff --git a/duties.py b/duties.py index 71111d56..87600705 100644 --- a/duties.py +++ b/duties.py @@ -87,7 +87,7 @@ def changelog(ctx: Context, bump: str = "") -> None: @duty(pre=["check_quality", "check_types", "check_docs", "check-api"]) -def check(ctx: Context) -> None: # noqa: ARG001 +def check(ctx: Context) -> None: """Check it all! ```bash