Skip to content

Commit

Permalink
Make the version a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Jan 13, 2025
1 parent 3ee151e commit 2787190
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
RUFF_VERSION := 0.9.1
TOX_VERSION := 4.23.2

.PHONY: fmt
fmt:
# TODO: https://github.com/astral-sh/uv/issues/5903
Expand Down Expand Up @@ -28,5 +31,5 @@ docs:

.PHONY: tool
tool:
uv tool install ruff@0.9.1
uv tool install tox@4.23.2 --with tox-uv --with tox-gh-actions
uv tool install ruff@$(RUFF_VERSION)
uv tool install tox@$(TOX_VERSION) --with tox-uv --with tox-gh-actions

0 comments on commit 2787190

Please sign in to comment.