We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8562209 commit 9b99924Copy full SHA for 9b99924
commitizen/commands/check.py
@@ -26,7 +26,7 @@ class CheckArgs(TypedDict, total=False):
26
class Check:
27
"""Check if the current commit msg matches the commitizen format."""
28
29
- def __init__(self, config: BaseConfig, arguments: CheckArgs) -> None:
+ def __init__(self, config: BaseConfig, arguments: CheckArgs, *args: object) -> None:
30
"""Initial check command.
31
32
Args:
0 commit comments