diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2016-11-25 12:46:36 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2016-11-25 13:43:50 +0100 |
commit | 874249655ddd8f369cc074e064aa6f58911a4ea6 (patch) | |
tree | 02cc0f46f6f6321d1cf7a481cfd1d95125741847 /setup.cfg | |
parent | [Common] Fix is_ipv6 when using ipaddress module (diff) | |
download | deluge-874249655ddd8f369cc074e064aa6f58911a4ea6.tar.xz deluge-874249655ddd8f369cc074e064aa6f58911a4ea6.zip |
[Tests] Replace isort test with flake8-isort
* Move the known_third_party back to setup.cfg with comments.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |