mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-26 22:50:40 +00:00
Add isort configuration
This commit is contained in:
parent
d1911d2487
commit
6110b3a095
11
.isort.cfg
Normal file
11
.isort.cfg
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[settings]
|
||||||
|
multi_line_output = 3
|
||||||
|
include_trailing_comma = True
|
||||||
|
force_grid_wrap = 0
|
||||||
|
use_parentheses = True
|
||||||
|
line_length = 88
|
||||||
|
known_crunch = cr, zz9d, zz9lib, pycrunch, silhouette
|
||||||
|
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,CRUNCH,LOCALFOLDER
|
||||||
|
default_section = THIRDPARTY
|
||||||
|
combine_as_imports = 1
|
||||||
|
profile = black
|
Loading…
Reference in New Issue
Block a user