Skip to content

Commit 5121050

Browse files
committed
Pin ruff version in tox.ini
Signed-off-by: Bernd Verst <[email protected]>
1 parent 33e3c85 commit 5121050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands =
3535
[testenv:ruff]
3636
basepython = python3
3737
usedevelop = False
38-
deps = ruff
38+
deps = ruff==0.2.2
3939
commands =
4040
ruff format
4141

0 commit comments

Comments
 (0)