mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:52:48 +02:00
Use isort with rapydscript files as well
This commit is contained in:
parent
3bc756bfda
commit
e6153c0376
1 changed files with 2 additions and 0 deletions
|
|
@ -15,3 +15,5 @@ blank_line_before_nested_class_or_def = True
|
|||
combine_as_imports = True
|
||||
line_length = 85
|
||||
multi_line_output = 5
|
||||
known_future_library = __python__
|
||||
known_standard_library = aes,elementmaker,encodings
|
||||
|
|
|
|||
Loading…
Reference in a new issue