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 43ee8a0 commit 295f975Copy full SHA for 295f975
pyproject.toml
@@ -237,6 +237,9 @@ lint.sequence = [
237
{cmd = "mypy commitizen/ tests/"},
238
]
239
240
+check-commit.help = "Check the commit message"
241
+check-commit.cmd = "cz -nr 3 check --rev-range origin/master.."
242
+
243
test.help = "Run the test suite"
244
test.cmd = "pytest -n 3 --dist=loadfile"
245
@@ -251,6 +254,7 @@ all.sequence = [
251
254
"format",
252
255
"lint",
253
256
"cover",
257
+ "check-commit"
258
259
260
"doc:screenshots".help = "Render documentation screeenshots"
0 commit comments