Skip to content

Commit 2787190

Browse files
Make the version a variable
1 parent 3ee151e commit 2787190

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
RUFF_VERSION := 0.9.1
2+
TOX_VERSION := 4.23.2
3+
14
.PHONY: fmt
25
fmt:
36
# TODO: https://github.com/astral-sh/uv/issues/5903
@@ -28,5 +31,5 @@ docs:
2831

2932
.PHONY: tool
3033
tool:
31-
uv tool install ruff@0.9.1
32-
uv tool install tox@4.23.2 --with tox-uv --with tox-gh-actions
34+
uv tool install ruff@$(RUFF_VERSION)
35+
uv tool install tox@$(TOX_VERSION) --with tox-uv --with tox-gh-actions

0 commit comments

Comments
 (0)