Skip to content

Commit e192688

Browse files
committed
docs(pyproject.toml): move check-commit before cover
1 parent 74d92d2 commit e192688

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
@@ -250,7 +250,7 @@ cover.help = "Run the test suite with coverage"
250250
cover.ref = "test --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen"
251251

252252
all.help = "Run all tasks"
253-
all.sequence = ["check-commit", "format", "lint", "cover"]
253+
all.sequence = ["format", "lint", "check-commit", "cover"]
254254

255255
"doc:screenshots".help = "Render documentation screenshots"
256256
"doc:screenshots".script = "scripts.gen_cli_help_screenshots:gen_cli_help_screenshots"

0 commit comments

Comments
 (0)