Skip to content

Commit c18d8aa

Browse files
committed
docs(pyproject.toml): move check-commit before cover
1 parent baf9406 commit c18d8aa

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

264264
all.help = "Run all tasks"
265-
all.sequence = ["check-commit", "format", "lint", "cover"]
265+
all.sequence = ["format", "lint", "check-commit", "cover"]
266266

267267
"doc:screenshots".help = "Render documentation screenshots"
268268
"doc:screenshots".script = "scripts.gen_cli_help_screenshots:gen_cli_help_screenshots"

0 commit comments

Comments
 (0)