[Lint] Use a shorter line length for isort
This commit is contained in:
parent
983ee7b973
commit
6bf906a849
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user