mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[UPD] apply latest copier template
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
# Do NOT update manually; changes here will be overwritten by Copier
|
# Do NOT update manually; changes here will be overwritten by Copier
|
||||||
_commit: v1.1.1
|
_commit: v1.1.3
|
||||||
_src_path: gh:oca/oca-addons-repo-template
|
_src_path: gh:oca/oca-addons-repo-template
|
||||||
dependency_installation_mode: PIP
|
dependency_installation_mode: PIP
|
||||||
generate_requirements_txt: true
|
generate_requirements_txt: true
|
||||||
include_wkhtmltopdf: false
|
include_wkhtmltopdf: false
|
||||||
odoo_version: 14.0
|
odoo_version: 14.0
|
||||||
rebel_module_groups: []
|
rebel_module_groups: []
|
||||||
repo_description: "TODO: add repo description."
|
repo_description: Odoo modules related to Manufacturing
|
||||||
repo_name: manufacture
|
repo_name: Odoo Manufacturing Modules
|
||||||
repo_slug: manufacture
|
repo_slug: manufacture
|
||||||
travis_apt_packages: []
|
travis_apt_packages: []
|
||||||
travis_apt_sources: []
|
travis_apt_sources: []
|
||||||
|
|||||||
@@ -47,12 +47,13 @@ repos:
|
|||||||
rev: v2.1.2
|
rev: v2.1.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
name: prettier + plugin-xml
|
name: prettier (with plugin-xml)
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- "prettier@2.1.2"
|
- "prettier@2.1.2"
|
||||||
- "@prettier/plugin-xml@0.12.0"
|
- "@prettier/plugin-xml@0.12.0"
|
||||||
args:
|
args:
|
||||||
- --plugin=@prettier/plugin-xml
|
- --plugin=@prettier/plugin-xml
|
||||||
|
files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v7.8.1
|
rev: v7.8.1
|
||||||
hooks:
|
hooks:
|
||||||
@@ -87,6 +88,7 @@ repos:
|
|||||||
rev: v2.7.2
|
rev: v2.7.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
|
args: ["--keep-percent-format"]
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.5.1
|
rev: 5.5.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
<!-- /!\ do not modify above this line -->
|
<!-- /!\ do not modify above this line -->
|
||||||
|
|
||||||
# manufacture
|
# Odoo Manufacturing Modules
|
||||||
|
|
||||||
TODO: add repo description.
|
Odoo modules related to Manufacturing
|
||||||
|
|
||||||
<!-- /!\ do not modify below this line -->
|
<!-- /!\ do not modify below this line -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user