From d5c0f32d127c6f8c9bb1d25ec53d1021b15f2dff Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Thu, 24 Nov 2022 18:42:51 +0100 Subject: [PATCH] update copier --- .copier-answers.yml | 3 ++- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index bb224b2c..72b93d4a 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.11.0 +_commit: v1.11.1 _src_path: https://github.com/OCA/oca-addons-repo-template.git ci: GitHub dependency_installation_mode: PIP @@ -20,3 +20,4 @@ repo_slug: https://github.com/ForgeFlow/stock-rma repo_website: https://github.com/ForgeFlow/stock-rma travis_apt_packages: [] travis_apt_sources: [] + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d016e4c..f201d2f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,10 +104,10 @@ repos: - --settings=. exclude: /__init__\.py$ - repo: https://github.com/acsone/setuptools-odoo - rev: 3.0.3 + rev: 3.1.8 hooks: - id: setuptools-odoo-make-default - - repo: https://gitlab.com/PyCQA/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8