mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
13 lines
319 B
INI
13 lines
319 B
INI
|
[settings]
|
||
|
; see https://github.com/psf/black
|
||
|
multi_line_output=3
|
||
|
include_trailing_comma=True
|
||
|
force_grid_wrap=0
|
||
|
combine_as_imports=True
|
||
|
use_parentheses=True
|
||
|
line_length=88
|
||
|
known_odoo=odoo
|
||
|
known_odoo_addons=odoo.addons
|
||
|
sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
|
||
|
default_section=THIRDPARTY
|