mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
12 lines
311 B
INI
12 lines
311 B
INI
[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
|