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 = [
238
238
]
239
239
240
240
check-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.."
242
242
243
243
test.help = " Run the test suite"
244
244
test.cmd = " pytest -n 3 --dist=loadfile"
@@ -262,7 +262,7 @@ doc.help = "Live documentation server"
262
262
doc.cmd = " mkdocs serve"
263
263
264
264
ci.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" ]
266
266
ci.env = { SKIP = " no-commit-to-branch" }
267
267
268
268
setup-pre-commit.help = " Install pre-commit hooks"
You can’t perform that action at this time.
0 commit comments