Skip to content

Commit 2afe422

Browse files
committed
[FIX] Update copier template
To avoid Flake8 Gitlab problem.
1 parent 61ba6f2 commit 2afe422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11.1
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: GitHub
55
dependency_installation_mode: PIP

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repos:
104104
- --settings=.
105105
exclude: /__init__\.py$
106106
- repo: https://github.com/acsone/setuptools-odoo
107-
rev: 3.0.3
107+
rev: 3.1.8
108108
hooks:
109109
- id: setuptools-odoo-make-default
110110
- id: setuptools-odoo-get-requirements
@@ -113,7 +113,7 @@ repos:
113113
- requirements.txt
114114
- --header
115115
- "# generated from manifests external_dependencies"
116-
- repo: https://gitlab.com/PyCQA/flake8
116+
- repo: https://github.com/PyCQA/flake8
117117
rev: 3.9.2
118118
hooks:
119119
- id: flake8

0 commit comments

Comments
 (0)