Skip to content

Commit 431300a

Browse files
committed
build(poe): do not call uv run in poe tasks
1 parent de164ab commit 431300a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ lint.help = "Lint the code"
255255
lint.sequence = [{ cmd = "ruff check" }, { cmd = "mypy" }]
256256

257257
check-commit.help = "Check the commit messages"
258-
check-commit.cmd = "uv run cz --no-raise 3 check --rev-range origin/master.."
258+
check-commit.cmd = "cz --no-raise 3 check --rev-range origin/master.."
259259

260260
test.help = "Run the test suite"
261261
test.cmd = "pytest -n 3 --dist=loadfile"

0 commit comments

Comments
 (0)