You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
335 B
12 lines
335 B
[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 = 79
|
|
known_odoo = odoo
|
|
known_odoo_addons = odoo.addons
|
|
sections = FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
|
|
known_third_party = pytz
|