Skip to content

Commit 95f5d79

Browse files
committed
fix: update check-commit command to use uv instead of poetry
1 parent 9dda9c5 commit 95f5d79

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 = "poetry run cz --no-raise 3 check --rev-range origin/master.."
258+
check-commit.cmd = "uv run 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)