Skip to content
Snippets Groups Projects
Commit ff283294 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Code formatting settings

parent d2938932
No related branches found
No related tags found
1 merge request!27CI: Update clone paths to avoid "../xxx not found"
Pipeline #70535 passed
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
.flake8 0 → 100644
[flake8]
per-file-ignores=
__init__.py:F401
__manifest__.py:B018
pyproject.toml 0 → 100644
[tool.black]
line-length = 79
target = 3.6
[tool.isort]
py_version = 36
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
combine_as_imports = true
known_odoo = ["odoo"]
known_odoo_addons = ["odoo.addons"]
sections = [
"FUTURE",
"STDLIB",
"SPECIAL_THIRDPARTY",
"ODOO",
"ODOO_ADDONS",
"LOCALFOLDER",
"THIRDPARTY"
]
known_special_thirdparty = ["dateutil", "lxml", "mock", "requests", "minio", "werkzeug"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment