Skip to content

Commit aaed91a

Browse files
committed
[IMP] update dotfiles [ci skip]
1 parent 8164933 commit aaed91a

5 files changed

+18
-6
lines changed

.copier-answers.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.0.2
2+
_commit: v1.0.3
33
_src_path: gh:oca/oca-addons-repo-template
44
dependency_installation_mode: PIP
5+
generate_requirements_txt: true
56
include_wkhtmltopdf: false
67
odoo_version: 14.0
78
rebel_module_groups: []

.pre-commit-config.yaml

+13-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ repos:
2626
language: fail
2727
files: "\\.rej$"
2828
- repo: https://github.com/oca/maintainer-tools
29-
rev: 2c66e72
29+
rev: 1b5c7ad
3030
hooks:
3131
# update the NOT INSTALLABLE ADDONS section above
3232
- id: oca-update-pre-commit-excluded-addons
33+
- id: oca-fix-manifest-website
34+
args: ["https://github.com/OCA/delivery-carrier"]
3335
- repo: https://github.com/myint/autoflake
3436
rev: v1.4
3537
hooks:
@@ -39,12 +41,13 @@ repos:
3941
rev: 20.8b1
4042
hooks:
4143
- id: black
42-
- repo: https://github.com/prettier/prettier
43-
rev: 2.1.2
44+
- repo: https://github.com/prettier/pre-commit
45+
rev: v2.1.2
4446
hooks:
4547
- id: prettier
4648
name: prettier + plugin-xml
4749
additional_dependencies:
50+
- "prettier@2.1.2"
4851
- "@prettier/plugin-xml@0.12.0"
4952
args:
5053
- --plugin=@prettier/plugin-xml
@@ -91,9 +94,15 @@ repos:
9194
- --settings=.
9295
exclude: /__init__\.py$
9396
- repo: https://github.com/acsone/setuptools-odoo
94-
rev: 2.5.10
97+
rev: 2.6.0
9598
hooks:
9699
- id: setuptools-odoo-make-default
100+
- id: setuptools-odoo-get-requirements
101+
args:
102+
- --output
103+
- requirements.txt
104+
- --header
105+
- "# generated from manifests external_dependencies"
97106
- repo: https://gitlab.com/PyCQA/flake8
98107
rev: 3.8.3
99108
hooks:

.prettierrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ printWidth: 88
55
proseWrap: always
66
semi: true
77
trailingComma: "es5"
8-
xmlWhitespaceSensitivity: "ignore"
8+
xmlWhitespaceSensitivity: "strict"

.pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ enable=anomalous-backslash-in-string,
2828
class-camelcase,
2929
dangerous-default-value,
3030
dangerous-view-replace-wo-priority,
31+
development-status-allowed,
3132
duplicate-id-csv,
3233
duplicate-key,
3334
duplicate-xml-fields,

.pylintrc-mandatory

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ enable=anomalous-backslash-in-string,
2121
class-camelcase,
2222
dangerous-default-value,
2323
dangerous-view-replace-wo-priority,
24+
development-status-allowed,
2425
duplicate-id-csv,
2526
duplicate-key,
2627
duplicate-xml-fields,

0 commit comments

Comments
 (0)