Skip to content

Commit 0cf3d0b

Browse files
committed
tox: update ruff to v0.12.4
Update the fixed ruff version to its most recent. Signed-off-by: James Knight <git@jdknight.me>
1 parent c33c514 commit 0cf3d0b

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
@@ -68,7 +68,7 @@ commands =
6868
[testenv:ruff]
6969
deps =
7070
{[testenv]deps}
71-
ruff: ruff==0.12.2
71+
ruff: ruff==0.12.4
7272
setenv =
7373
{[testenv]setenv}
7474
RUFF_CACHE_DIR={toxworkdir}/.ruff_cache

0 commit comments

Comments
 (0)