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.
uv run
poe
1 parent a465ffb commit 9aae3eaCopy full SHA for 9aae3ea
1 file changed
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 = "uv run cz --no-raise 3 check --rev-range origin/master.."
+check-commit.cmd = "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