Skip to content

Commit 48938a3

Browse files
committed
Update from template
1 parent 214fee8 commit 48938a3

File tree

31 files changed

+93
-13
lines changed

31 files changed

+93
-13
lines changed

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.29
2+
_commit: v1.32
33
_src_path: https://github.com/OCA/oca-addons-repo-template.git
44
ci: GitHub
55
convert_readme_fragments_to_markdown: false
@@ -21,6 +21,6 @@ repo_description: ''
2121
repo_name: Medical Vertial repository
2222
repo_slug: medical-fhir
2323
repo_website: https://github.com/tegin/medical-fhir
24-
use_pyproject_toml: false
24+
use_pyproject_toml: true
2525
use_ruff: false
2626

.pre-commit-config.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ repos:
3838
entry: found a en.po file
3939
language: fail
4040
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
41+
- repo: https://github.com/sbidoul/whool
42+
rev: v1.2
43+
hooks:
44+
- id: whool-init
4145
- repo: https://github.com/oca/maintainer-tools
4246
rev: d5fab7ee87fceee858a3d01048c78a548974d935
4347
hooks:
@@ -53,6 +57,7 @@ repos:
5357
- --repo-name=medical-fhir
5458
- --if-source-changed
5559
- --keep-source-digest
60+
- id: oca-gen-external-dependencies
5661
- repo: https://github.com/OCA/odoo-pre-commit-hooks
5762
rev: v0.0.25
5863
hooks:
@@ -104,6 +109,7 @@ repos:
104109
additional_dependencies:
105110
106111
- "eslint-plugin-jsdoc@"
112+
- "globals@"
107113
- repo: https://github.com/pre-commit/pre-commit-hooks
108114
rev: v4.3.0
109115
hooks:
@@ -139,16 +145,6 @@ repos:
139145
args:
140146
- --settings=.
141147
exclude: /__init__\.py$
142-
- repo: https://github.com/acsone/setuptools-odoo
143-
rev: 3.1.8
144-
hooks:
145-
- id: setuptools-odoo-make-default
146-
- id: setuptools-odoo-get-requirements
147-
args:
148-
- --output
149-
- requirements.txt
150-
- --header
151-
- "# generated from manifests external_dependencies"
152148
- repo: https://github.com/PyCQA/flake8
153149
rev: 5.0.0
154150
hooks:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

medical_base/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

medical_certify/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

0 commit comments

Comments
 (0)