Skip to content

Commit

Permalink
ci: Quality
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 23, 2024
1 parent 22be256 commit e5fa798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5fa798

Please sign in to comment.