Skip to content

Commit 9e03166

Browse files
committed
[py]: Run flake8 last as other linters fix most of its issues automatically
1 parent eaa7ecc commit 9e03166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ deps =
4141
flake8==5.0.4
4242
flake8-typing-imports==1.13.0
4343
commands =
44-
flake8 selenium/ test/ --min-python-version=3.7
4544
isort selenium/ test/
4645
black test/ selenium/common/ -l 120
46+
flake8 selenium/ test/ --min-python-version=3.7

0 commit comments

Comments
 (0)