Skip to content

Commit 9b99924

Browse files
committed
fix(Check): make parameters backward compatiable
1 parent 8562209 commit 9b99924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CheckArgs(TypedDict, total=False):
2626
class Check:
2727
"""Check if the current commit msg matches the commitizen format."""
2828

29-
def __init__(self, config: BaseConfig, arguments: CheckArgs) -> None:
29+
def __init__(self, config: BaseConfig, arguments: CheckArgs, *args: object) -> None:
3030
"""Initial check command.
3131
3232
Args:

0 commit comments

Comments
 (0)