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 3bd4afb commit 3788f49Copy full SHA for 3788f49
py/tox.ini
@@ -37,5 +37,5 @@ skip_install = true
37
deps =
38
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
+ ruff check --fix --show-fixes --exit-non-zero-on-fix .
+ ruff format --exit-non-zero-on-format .
0 commit comments