Skip to content

Commit b3b1b65

Browse files
bearomorphismLee-W
authored andcommitted
docs(Check): add missing raise exception in __call__
1 parent bc01ef0 commit b3b1b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitizen/commands/check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def __call__(self) -> None:
7979
8080
Raises:
8181
InvalidCommitMessageError: if the commit provided not follows the conventional pattern
82+
NoCommitsFoundError: if no commit is found with the given range
8283
"""
8384
commits = self._get_commits()
8485
if not commits:

0 commit comments

Comments
 (0)