Skip to content

Commit 97be298

Browse files
committed
Add flake8-isort
1 parent 4452b76 commit 97be298

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
flake8==3.5.0
2+
flake8-isort==2.5

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ commands = flake8 {posargs:.}
2121
[flake8]
2222
ignore = E501
2323

24+
[isort]
25+
default_section = THIRDPARTY
26+
known_first_party = fxapom
27+
skip = build, .tox
28+
2429
[pytest]
2530
addopts = --verbose --driver=Firefox
2631
base_url = https://web-mozillians-staging.production.paas.mozilla.community

0 commit comments

Comments
 (0)