summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-09-26 12:21:41 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-09-26 13:06:11 +0100
commitdd8e37a6ce9d36084dfce9ed1ff99fb6600019da (patch)
tree514ac0a7b630a20530959a52957b25c10c647728 /setup.cfg
parent62a9e3921d41efaf3c4bf56b231cb70c69d411d9 (diff)
downloaddeluge-dd8e37a6ce9d36084dfce9ed1ff99fb6600019da.tar.gz
deluge-dd8e37a6ce9d36084dfce9ed1ff99fb6600019da.tar.bz2
deluge-dd8e37a6ce9d36084dfce9ed1ff99fb6600019da.zip
Workaround for the isort Travis issue by using order-by-type
See isort issue: https://github.com/timothycrosley/isort/issues/185
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 289e449d3..d01c4672c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,3 +19,4 @@ known_standard_library=unicodedata
line_length=120
skip=gtkui.py
known_third_party=pygtk,gtk,gobject,gtk.gdk,pango,cairo,pangocairo
+order_by_type=true