[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2020-11-01 22:20:00 +01:00
parent a0debc24b2
commit 26eb2b2352
6 changed files with 19 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
# Do NOT update manually; changes here will be overwritten by Copier # Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.0.2 _commit: v1.0.3
_src_path: https://github.com/OCA/oca-addons-repo-template.git _src_path: https://github.com/OCA/oca-addons-repo-template.git
dependency_installation_mode: OCA dependency_installation_mode: OCA
generate_requirements_txt: true
include_wkhtmltopdf: false include_wkhtmltopdf: false
odoo_version: 14.0 odoo_version: 14.0
rebel_module_groups: [] rebel_module_groups: []

View File

@@ -26,10 +26,12 @@ repos:
language: fail language: fail
files: "\\.rej$" files: "\\.rej$"
- repo: https://github.com/oca/maintainer-tools - repo: https://github.com/oca/maintainer-tools
rev: 2c66e72 rev: 1b5c7ad
hooks: hooks:
# update the NOT INSTALLABLE ADDONS section above # update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons - id: oca-update-pre-commit-excluded-addons
- id: oca-fix-manifest-website
args: ["https://github.com/OCA/pms"]
- repo: https://github.com/myint/autoflake - repo: https://github.com/myint/autoflake
rev: v1.4 rev: v1.4
hooks: hooks:
@@ -39,12 +41,13 @@ repos:
rev: 20.8b1 rev: 20.8b1
hooks: hooks:
- id: black - id: black
- repo: https://github.com/prettier/prettier - repo: https://github.com/prettier/pre-commit
rev: 2.1.2 rev: v2.1.2
hooks: hooks:
- id: prettier - id: prettier
name: prettier + plugin-xml name: prettier + plugin-xml
additional_dependencies: additional_dependencies:
- "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
@@ -91,9 +94,15 @@ repos:
- --settings=. - --settings=.
exclude: /__init__\.py$ exclude: /__init__\.py$
- repo: https://github.com/acsone/setuptools-odoo - repo: https://github.com/acsone/setuptools-odoo
rev: 2.5.10 rev: 2.6.0
hooks: hooks:
- id: setuptools-odoo-make-default - id: setuptools-odoo-make-default
- id: setuptools-odoo-get-requirements
args:
- --output
- requirements.txt
- --header
- "# generated from manifests external_dependencies"
- repo: https://gitlab.com/PyCQA/flake8 - repo: https://gitlab.com/PyCQA/flake8
rev: 3.8.3 rev: 3.8.3
hooks: hooks:

View File

@@ -5,4 +5,4 @@ printWidth: 88
proseWrap: always proseWrap: always
semi: true semi: true
trailingComma: "es5" trailingComma: "es5"
xmlWhitespaceSensitivity: "ignore" xmlWhitespaceSensitivity: "strict"

View File

@@ -28,6 +28,7 @@ enable=anomalous-backslash-in-string,
class-camelcase, class-camelcase,
dangerous-default-value, dangerous-default-value,
dangerous-view-replace-wo-priority, dangerous-view-replace-wo-priority,
development-status-allowed,
duplicate-id-csv, duplicate-id-csv,
duplicate-key, duplicate-key,
duplicate-xml-fields, duplicate-xml-fields,

View File

@@ -21,6 +21,7 @@ enable=anomalous-backslash-in-string,
class-camelcase, class-camelcase,
dangerous-default-value, dangerous-default-value,
dangerous-view-replace-wo-priority, dangerous-view-replace-wo-priority,
development-status-allowed,
duplicate-id-csv, duplicate-id-csv,
duplicate-key, duplicate-key,
duplicate-xml-fields, duplicate-xml-fields,

View File

@@ -7,7 +7,7 @@
"version": "14.0.1.0.0", "version": "14.0.1.0.0",
"development_status": "Alpha", "development_status": "Alpha",
"category": "Generic Modules/Property Management System", "category": "Generic Modules/Property Management System",
"website": "https://github.com/hootel/hootel", "website": "https://github.com/OCA/pms",
"author": "Dario Lodeiros, " "author": "Dario Lodeiros, "
"Alexadre Diaz, " "Alexadre Diaz, "
"Pablo Quesada, " "Pablo Quesada, "