Skip to content

Commit 8fdc63a

Browse files
authored
[py] Bump ruff version (#15818)
1 parent 119320a commit 8fdc63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands = mypy --install-types {posargs}
3535
[testenv:linting]
3636
skip_install = true
3737
deps =
38-
ruff==0.11.11
38+
ruff==0.11.12
3939
commands =
4040
ruff check --fix --show-fixes --exit-non-zero-on-fix selenium/ test/ conftest.py
4141
ruff format --exit-non-zero-on-format selenium/ test/ conftest.py

0 commit comments

Comments
 (0)