summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2013-05-22 23:33:06 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2013-05-22 23:33:06 +0100
commit7dd276631abbe8eceb7d9ee0f469c8f9161be2aa (patch)
treed34c66b0f96a86facd5fea099baa835a2c892c59 /setup.cfg
parente3f3b6d751a92299d55d1e1ed93be922ab5138b3 (diff)
downloaddeluge-7dd276631abbe8eceb7d9ee0f469c8f9161be2aa.tar.gz
deluge-7dd276631abbe8eceb7d9ee0f469c8f9161be2aa.tar.bz2
deluge-7dd276631abbe8eceb7d9ee0f469c8f9161be2aa.zip
Add flake8 to setup.cfg and add missed change to #2303 fix
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 79cd81eb4..18eef7cb5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,3 +13,7 @@ includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
twisted.internet, twisted.internet.utils, twisted.protocols,
zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application
frameworks = CoreFoundation, Foundation, AppKit
+
+[flake8]
+max-line-length = 120
+builtins = _