8000 chore: Clean up check duty · thomasmarwitz/python@81d698e · GitHub
[go: up one dir, main page]

Skip to content

Commit 81d698e

Browse files
committed
chore: Clean up check duty
1 parent a541b5b commit 81d698e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

duties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def changelog(ctx: Context, bump: str = "") -> None:
5353
ctx.run(tools.git_changelog(bump=bump or None), title="Updating changelog")
5454

5555

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

6060

0 commit comments

Comments
 (0)
0