Skip to content

Commit 9d14b15

Browse files
committed
Bump ruff and ty versions for 'make check'
1 parent fe398c1 commit 9d14b15

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.PHONY: check test
22

3-
RUFF_VERSION ?= 0.15.11
3+
RUFF_VERSION ?= 0.15.12
44
RUFF = uvx ruff@$(RUFF_VERSION)
55

6-
TY_VERSION ?= 0.0.31
6+
TY_VERSION ?= 0.0.33
77
TY = uvx ty@$(TY_VERSION)
88

99
check:
@@ -13,4 +13,3 @@ check:
1313

1414
test:
1515
python3 -m unittest discover
16-

0 commit comments

Comments
 (0)