Skip to content

Commit bf411d5

Browse files
committed
lint: update ruff to v0.6.9
Update the fixed ruff version to its most recent. Signed-off-by: James Knight <[email protected]>
1 parent 4cf935f commit bf411d5

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
@@ -95,7 +95,7 @@ commands =
9595
[testenv:ruff]
9696
deps =
9797
{[testenv]deps}
98-
ruff: ruff==0.5.5
98+
ruff: ruff==0.6.9
9999
setenv =
100100
{[testenv]setenv}
101101
RUFF_CACHE_DIR={toxworkdir}/.ruff_cache

0 commit comments

Comments
 (0)