# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1734512770 -3600 # Wed Dec 18 10:06:10 2024 +0100 # Branch 18.0 # Node ID 6b2589f5fd7065487f1d5fe7c817d0168df43421 # Parent 5556bfbd25c5a0e5ed87a123c7e806e8812f6773 👕 prettier diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ "Programming Language :: Python :: 3.11", "Framework :: Odoo", "Framework :: Odoo :: 18.0", - "License :: OSI Approved :: GNU Affero General Public License v3" + "License :: OSI Approved :: GNU Affero General Public License v3", ] dependencies = ["odoo==18.0.*", "fastjsonschema"] @@ -37,7 +37,7 @@ "/.hgignore", "/.hgtags", "/prettier.config.cjs", - "/.yamllint.yaml" + "/.yamllint.yaml", ] [tool.hatch.build.targets.wheel] @@ -51,7 +51,7 @@ "*.py", "*.svg", "*.png", - "*.json" + "*.json", ] [tool.hatch.build.targets.wheel.sources] @@ -69,14 +69,14 @@ "B", "C90", "E501", # line too long (default 88) - "I", # isort - "UP", # pyupgrade + "I", # isort + "UP", # pyupgrade ] [tool.ruff.lint.per-file-ignores] "__init__.py" = ["F401", "I001"] # ignore unused and unsorted imports in __init__.py -"__manifest__.py" = ["B018"] # useless expression +"__manifest__.py" = ["B018"] # useless expression [tool.ruff.lint.mccabe] max-complexity = 16 @@ -89,7 +89,7 @@ "odoo", "odoo-addons", "first-party", - "local-folder" + "local-folder", ] [tool.isort.sections]