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 39f974c commit 38aaaa3Copy full SHA for 38aaaa3
py/tox.ini
@@ -46,6 +46,8 @@ commands =
46
isort --check-only --diff selenium/ test/ conftest.py
47
; execute black in check only mode with diff
48
black --check --diff selenium/ test/ conftest.py -l 120
49
+ ; execute autoflake in check only mode with diff
50
+ autoflake --check-diff selenium/ test/ conftest.py
51
; execute flake8
52
flake8 selenium/ test/ --min-python-version=3.9
53
; execute docformatter in check only mode with diff
0 commit comments