Skip to content

Commit ae1383e

Browse files
authored
Merge branch 'trunk' into py-bidi-emulation
2 parents 032f4c6 + 3788f49 commit ae1383e

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)