Skip to content

Commit b674937

Browse files
authored
Merge branch 'trunk' into rb_add_support_for_chrome_beta
2 parents c4d31ef + 3788f49 commit b674937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ skip_install = true
3737
deps =
3838
ruff==0.11.12
3939
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
40+
ruff check --fix --show-fixes --exit-non-zero-on-fix .
41+
ruff format --exit-non-zero-on-format .

0 commit comments

Comments
 (0)