We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee151e commit 2787190Copy full SHA for 2787190
1 file changed
Makefile
@@ -1,3 +1,6 @@
1
+RUFF_VERSION := 0.9.1
2
+TOX_VERSION := 4.23.2
3
+
4
.PHONY: fmt
5
fmt:
6
# TODO: https://github.com/astral-sh/uv/issues/5903
@@ -28,5 +31,5 @@ docs:
28
31
29
32
.PHONY: tool
30
33
tool:
- uv tool install ruff@0.9.1
- 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