Skip to content

Commit 028fad3

Browse files
committed
ci(pyproject.toml): strict check for invalid commit messages
1 parent 47beadc commit 028fad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ lint.sequence = [
238238
]
239239

240240
check-commit.help = "Check the commit message"
241-
check-commit.cmd = "cz -nr 3 check --rev-range origin/master.."
241+
check-commit.cmd = "cz check --rev-range origin/master..HEAD"
242242

243243
test.help = "Run the test suite"
244244
test.cmd = "pytest -n 3 --dist=loadfile"

0 commit comments

Comments
 (0)