Skip to content
Snippets Groups Projects
Commit 19c33fe219e8 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:art: Update to latest template

parent 5cb80f01b6ae
No related branches found
No related tags found
No related merge requests found
......@@ -60,24 +60,6 @@
[tool.hatch.version]
source = "vcs"
[tool.isort]
section-order = [
"future",
"standard-library",
"third-party",
"odoo",
"odoo-addons",
"first-party",
"local-folder",
]
[tool.isort.sections]
"odoo" = ["odoo"]
"odoo-addons" = ["odoo.addons"]
[tool.ruff.lint.mccabe]
max-complexity = 16
[tool.ruff]
target-version = "py311"
......@@ -94,3 +76,21 @@
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401", "I001"] # ignore unused and unsorted imports in __init__.py
"__manifest__.py" = ["B018"] # useless expression
[tool.ruff.lint.mccabe]
max-complexity = 16
[tool.isort]
section-order = [
"future",
"standard-library",
"third-party",
"odoo",
"odoo-addons",
"first-party",
"local-folder",
]
[tool.isort.sections]
"odoo" = ["odoo"]
"odoo-addons" = ["odoo.addons"]
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