We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119320a commit 8fdc63aCopy full SHA for 8fdc63a
py/tox.ini
@@ -35,7 +35,7 @@ commands = mypy --install-types {posargs}
35
[testenv:linting]
36
skip_install = true
37
deps =
38
- ruff==0.11.11
+ ruff==0.11.12
39
commands =
40
ruff check --fix --show-fixes --exit-non-zero-on-fix selenium/ test/ conftest.py
41
ruff format --exit-non-zero-on-format selenium/ test/ conftest.py
0 commit comments