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

:shirt: prettier

parent 5556bfbd
No related branches found
No related tags found
1 merge request!57🔨✨ validator package does not assume a odoo.addons package name, provide full package name instead
......@@ -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,10 +69,10 @@
"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
......@@ -74,9 +74,9 @@
]
[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]
......
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