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 de164ab commit 431300aCopy full SHA for 431300a
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