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 47beadc commit 028fad3Copy full SHA for 028fad3
pyproject.toml
@@ -238,7 +238,7 @@ lint.sequence = [
238
]
239
240
check-commit.help = "Check the commit message"
241
-check-commit.cmd = "cz -nr 3 check --rev-range origin/master.."
+check-commit.cmd = "cz check --rev-range origin/master..HEAD"
242
243
test.help = "Run the test suite"
244
test.cmd = "pytest -n 3 --dist=loadfile"
0 commit comments