[IMP] pre-commit: first installation run through copier

This commit is contained in:
Kevin Khao
2021-11-26 18:51:13 +03:00
parent f3d6b67043
commit 54d6e6ac9d
15 changed files with 1390 additions and 0 deletions

13
.isort.cfg Normal file
View File

@@ -0,0 +1,13 @@
[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
ensure_newline_before_comments = True