[Tests] Replace isort test with flake8-isort

* Move the known_third_party back to setup.cfg with comments.
This commit is contained in:
Calum Lind
2016-11-25 11:46:36 +00:00
parent 7ebd69218f
commit 874249655d
3 changed files with 8 additions and 19 deletions

View File

@ -16,8 +16,11 @@ frameworks = CoreFoundation, Foundation, AppKit
[isort]
known_standard_library = future_builtins
# Ignore Windows specific modules
known_third_party = bbfreeze, win32verstamp
known_third_party =
# Ignore Windows specific modules.
bbfreeze, win32verstamp,
# Ignore gtk modules, primarily for tox testing.
pygtk, gtk, gobject, gtk.gdk, pango, cairo, pangocairo
known_first_party = msgfmt, deluge
order_by_type = true
line_length = 120