mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
[Lint] Use a shorter line length for isort
This commit is contained in:
parent
983ee7b973
commit
6bf906a849
1 changed files with 8 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue