Add workarounds for isort

* Add workaround for unicodedata issue
 * Change line length to 120
 * Skip gtkui.py to stop it moving local imports above the install reactor line
This commit is contained in:
Calum Lind
2014-09-19 15:43:21 +01:00
parent b8ab6e4083
commit d0b8e17873
9 changed files with 23 additions and 17 deletions

View File

@ -18,3 +18,8 @@ frameworks = CoreFoundation, Foundation, AppKit
max-line-length = 120
builtins = _
ignore = N802
[isort]
known_standard_library=unicodedata
line_length=120
skip=gtkui.py