[Tests] Replace isort test with flake8-isort
* Move the known_third_party back to setup.cfg with comments.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user