Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Xbus Common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Xbus Common
Commits
19c33fe219e8
Commit
19c33fe219e8
authored
2 months ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
Update to latest template
parent
5cb80f01b6ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+18
-18
18 additions, 18 deletions
pyproject.toml
with
18 additions
and
18 deletions
pyproject.toml
+
18
−
18
View file @
19c33fe2
...
...
@@ -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"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment