summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorbendikro <bro.devel+deluge@gmail.com>2015-07-16 00:09:49 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2015-08-14 16:45:23 +0100
commit9d662bf0594e490df4f05537561b77dce01926f3 (patch)
treeaa60c4ece188b9204920d7e00accc18cfc336acf /setup.cfg
parent379ba33bb9feca6d47778bccdd1d5ae2300e21bd (diff)
downloaddeluge-9d662bf0594e490df4f05537561b77dce01926f3.tar.gz
deluge-9d662bf0594e490df4f05537561b77dce01926f3.tar.bz2
deluge-9d662bf0594e490df4f05537561b77dce01926f3.zip
[Tests] Fix code for isort 4.0.0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8818ae079..030ef6913 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,8 +15,10 @@ includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
frameworks = CoreFoundation, Foundation, AppKit
[isort]
+default_section=THIRDPARTY
known_standard_library=unicodedata
-line_length=120
-skip=gtkui.py
-known_third_party=pygtk,gtk,gobject,gtk.gdk,pango,cairo,pangocairo,twisted
+known_third_party=pygtk,gtk,gobject,gtk.gdk,pango,cairo,pangocairo,twisted,pytest,OpenSSL,pkg_resources,chardet
+known_first_party=msgfmt,
order_by_type=true
+line_length=120
+not_skip=__init__.py