File tree 3 files changed +8
-133
lines changed
project_task_default_stage/i18n
3 files changed +8
-133
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.11 .0
2
+ _commit : v1.12 .0
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
ci : GitHub
5
5
dependency_installation_mode : PIP
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ repos:
27
27
entry : found forbidden files; remove them
28
28
language : fail
29
29
files : " \\ .rej$"
30
+ - id : en-po-files
31
+ name : en.po files cannot exist
32
+ entry : found a en.po file
33
+ language : fail
34
+ files : ' [a-zA-Z0-9_]*/i18n/en\.po$'
30
35
- repo : https://github.com/oca/maintainer-tools
31
36
rev : 4cd2b852214dead80822e93e6749b16f2785b2fe
32
37
hooks :
@@ -104,7 +109,7 @@ repos:
104
109
- --settings=.
105
110
exclude : /__init__\.py$
106
111
- repo : https://github.com/acsone/setuptools-odoo
107
- rev : 3.1.5
112
+ rev : 3.1.8
108
113
hooks :
109
114
- id : setuptools-odoo-make-default
110
115
- id : setuptools-odoo-get-requirements
@@ -113,7 +118,7 @@ repos:
113
118
- requirements.txt
114
119
- --header
115
120
- " # generated from manifests external_dependencies"
116
- - repo : https://gitlab .com/PyCQA/flake8
121
+ - repo : https://github .com/PyCQA/flake8
117
122
rev : 3.9.2
118
123
hooks :
119
124
- id : flake8
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments