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.
2 parents bf00939 + 74d92d2 commit 3df9788Copy full SHA for 3df9788
1 file changed
pyproject.toml
@@ -238,7 +238,7 @@ lint.sequence = [
238
]
239
240
check-commit.help = "Check the commit messages"
241
-check-commit.cmd = "cz --no-raise 3 check --rev-range origin/master.."
+check-commit.cmd = "poetry run cz --no-raise 3 check --rev-range origin/master.."
242
243
test.help = "Run the test suite"
244
test.cmd = "pytest -n 3 --dist=loadfile"
@@ -262,7 +262,7 @@ doc.help = "Live documentation server"
262
doc.cmd = "mkdocs serve"
263
264
ci.help = "Run all tasks in CI"
265
-ci.sequence = [{ cmd = "pre-commit run --all-files" }, "cover"]
+ci.sequence = ["check-commit", { cmd = "pre-commit run --all-files" }, "cover"]
266
ci.env = { SKIP = "no-commit-to-branch" }
267
268
setup-pre-commit.help = "Install pre-commit hooks"
0 commit comments