[Lint] Use a shorter line length for isort

This commit is contained in:
Calum Lind 2016-05-13 14:00:10 +01:00
commit 6bf906a849

View file

@ -16,7 +16,8 @@ frameworks = CoreFoundation, Foundation, AppKit
[isort] [isort]
known_standard_library = unicodedata 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_third_party = pygtk, gtk, gobject, gtk.gdk, pango, cairo, pangocairo, twisted,
pytest, OpenSSL, pkg_resources, chardet, bbfreeze, win32verstamp, mock
known_first_party = msgfmt known_first_party = msgfmt
order_by_type = true order_by_type = true
line_length = 120 line_length = 120