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.
1 parent 9dda9c5 commit 95f5d79Copy full SHA for 95f5d79
pyproject.toml
@@ -255,7 +255,7 @@ lint.help = "Lint the code"
255
lint.sequence = [{ cmd = "ruff check" }, { cmd = "mypy" }]
256
257
check-commit.help = "Check the commit messages"
258
-check-commit.cmd = "poetry run cz --no-raise 3 check --rev-range origin/master.."
+check-commit.cmd = "uv run cz --no-raise 3 check --rev-range origin/master.."
259
260
test.help = "Run the test suite"
261
test.cmd = "pytest -n 3 --dist=loadfile"
0 commit comments