Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9b99924

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /