Skip to content

Commit

Permalink
[Lint] Use a shorter line length for isort
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed May 18, 2016
1 parent 983ee7b commit 6bf906a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all_files = 1

[py2app]
app = ['deluge/main.py']
#arch = x86_64
# arch = x86_64
arch = i386
iconfile = osx/deluge.icns
site-packages = false
Expand All @@ -15,9 +15,10 @@ includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
frameworks = CoreFoundation, Foundation, AppKit

[isort]
known_standard_library=unicodedata
known_third_party=pygtk,gtk,gobject,gtk.gdk,pango,cairo,pangocairo,twisted,pytest,OpenSSL,pkg_resources,chardet,bbfreeze,win32verstamp,mock
known_first_party=msgfmt
order_by_type=true
line_length=120
not_skip=__init__.py
known_standard_library = unicodedata
known_third_party = pygtk, gtk, gobject, gtk.gdk, pango, cairo, pangocairo, twisted,
pytest, OpenSSL, pkg_resources, chardet, bbfreeze, win32verstamp, mock
known_first_party = msgfmt
order_by_type = true
line_length = 120
not_skip = __init__.py

0 comments on commit 6bf906a

Please sign in to comment.