mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Initialize 14.0 branch
This commit is contained in:
12
.isort.cfg
Normal file
12
.isort.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user