File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ lint.sequence = [
238238]
239239
240240check-commit.help = " Check the commit messages"
241- check-commit.cmd = " cz --no-raise 3 check --rev-range origin/master.."
241+ check-commit.cmd = " poetry run cz --no-raise 3 check --rev-range origin/master.."
242242
243243test.help = " Run the test suite"
244244test.cmd = " pytest -n 3 --dist=loadfile"
@@ -262,7 +262,7 @@ doc.help = "Live documentation server"
262262doc.cmd = " mkdocs serve"
263263
264264ci.help = " Run all tasks in CI"
265- ci.sequence = [{ cmd = " pre-commit run --all-files" }, " cover" ]
265+ ci.sequence = [" check-commit " , { cmd = " pre-commit run --all-files" }, " cover" ]
266266ci.env = { SKIP = " no-commit-to-branch" }
267267
268268setup-pre-commit.help = " Install pre-commit hooks"
You can’t perform that action at this time.
0 commit comments