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 e631941 commit 92bbab0Copy full SHA for 92bbab0
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