Skip to content

Commit

Permalink
chore: Remove check_dependencies from check duty
Browse files Browse the repository at this point in the history
The check_dependencies duty no longer exists.

Related to commit 5623124: 5623124
  • Loading branch information
blairconrad authored and pawamoy committed Oct 16, 2024
1 parent de4cc5b commit a92436a
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 @@ -53,7 +53,7 @@ def changelog(ctx: Context, bump: str = "") -> None:
ctx.run(tools.git_changelog(bump=bump or None), title="Updating changelog")


@duty(pre=["check_quality", "check_types", "check_docs", "check_dependencies", "check-api"])
@duty(pre=["check_quality", "check_types", "check_docs", "check-api"])
def check(ctx: Context) -> None:
"""Check it all!"""

Expand Down

0 comments on commit a92436a

Please sign in to comment.