Skip to content

Commit

Permalink
[py]: Run flake8 last as other linters fix most of its issues autom…
Browse files Browse the repository at this point in the history
…atically
  • Loading branch information
symonk committed Oct 1, 2022
1 parent eaa7ecc commit 9e03166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ deps =
flake8==5.0.4
flake8-typing-imports==1.13.0
commands =
flake8 selenium/ test/ --min-python-version=3.7
isort selenium/ test/
black test/ selenium/common/ -l 120
flake8 selenium/ test/ --min-python-version=3.7

0 comments on commit 9e03166

Please sign in to comment.