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 4452b76 commit 97be298Copy full SHA for 97be298
axe_selenium_python/tests/requirements/flake8.txt
@@ -1 +1,2 @@
1
flake8==3.5.0
2
+flake8-isort==2.5
tox.ini
@@ -21,6 +21,11 @@ commands = flake8 {posargs:.}
21
[flake8]
22
ignore = E501
23
24
+[isort]
25
+default_section = THIRDPARTY
26
+known_first_party = fxapom
27
+skip = build, .tox
28
+
29
[pytest]
30
addopts = --verbose --driver=Firefox
31
base_url = https://web-mozillians-staging.production.paas.mozilla.community
0 commit comments