Skip to content

Commit 5bcdabb

Browse files
committed
[IMP] update dotfiles [ci skip]
1 parent 74a668c commit 5bcdabb

File tree

3 files changed

+8
-133
lines changed

3 files changed

+8
-133
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.11.0
2+
_commit: v1.12.0
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: GitHub
55
dependency_installation_mode: PIP

.pre-commit-config.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ repos:
2727
entry: found forbidden files; remove them
2828
language: fail
2929
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$'
3035
- repo: https://github.com/oca/maintainer-tools
3136
rev: 4cd2b852214dead80822e93e6749b16f2785b2fe
3237
hooks:
@@ -104,7 +109,7 @@ repos:
104109
- --settings=.
105110
exclude: /__init__\.py$
106111
- repo: https://github.com/acsone/setuptools-odoo
107-
rev: 3.1.5
112+
rev: 3.1.8
108113
hooks:
109114
- id: setuptools-odoo-make-default
110115
- id: setuptools-odoo-get-requirements
@@ -113,7 +118,7 @@ repos:
113118
- requirements.txt
114119
- --header
115120
- "# generated from manifests external_dependencies"
116-
- repo: https://gitlab.com/PyCQA/flake8
121+
- repo: https://github.com/PyCQA/flake8
117122
rev: 3.9.2
118123
hooks:
119124
- id: flake8

project_task_default_stage/i18n/en.po

-130
This file was deleted.

0 commit comments

Comments
 (0)