Skip to content

Commit 3788f49

Browse files
authored
[py] Lint and format all python files (SeleniumHQ#15828)
* Adjust the linting/formatting (ruff) settings in so tox scans the entire ./py directory tree, not just specific directories
1 parent 3bd4afb commit 3788f49

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)