Jairo Llopis
4 years ago
No known key found for this signature in database
GPG Key ID: 8B8A6900E4831A9B
2 changed files with
4 additions and
2 deletions
-
.copier-answers.yml
-
.pre-commit-config.yaml
|
|
@ -1,5 +1,5 @@ |
|
|
|
# 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 |
|
|
|
dependency_installation_mode: PIP |
|
|
|
generate_requirements_txt: true |
|
|
|
|
|
@ -47,12 +47,13 @@ repos: |
|
|
|
rev: v2.1.2 |
|
|
|
hooks: |
|
|
|
- id: prettier |
|
|
|
name: prettier + plugin-xml |
|
|
|
name: prettier (with plugin-xml) |
|
|
|
additional_dependencies: |
|
|
|
- "prettier@2.1.2" |
|
|
|
- "@prettier/plugin-xml@0.12.0" |
|
|
|
args: |
|
|
|
- --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 |
|
|
|
rev: v7.8.1 |
|
|
|
hooks: |
|
|
@ -87,6 +88,7 @@ repos: |
|
|
|
rev: v2.7.2 |
|
|
|
hooks: |
|
|
|
- id: pyupgrade |
|
|
|
args: ["--keep-percent-format"] |
|
|
|
- repo: https://github.com/PyCQA/isort |
|
|
|
rev: 5.5.1 |
|
|
|
hooks: |
|
|
|