From 3aad36d68d05247a149833cd73ed06e8f9651a26 Mon Sep 17 00:00:00 2001 From: tafaRU Date: Tue, 15 Nov 2022 14:43:10 +0100 Subject: [PATCH] Update from copier template --- .copier-answers.yml | 7 ++++++- .gitignore | 1 - .pre-commit-config.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 7fa0a5dd4fdd..65fedacb1493 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,9 +1,14 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.7.0 +_commit: v1.11.1 _src_path: https://github.com/OCA/oca-addons-repo-template.git ci: GitHub dependency_installation_mode: PIP generate_requirements_txt: true +github_check_license: true +github_enable_codecov: true +github_enable_makepot: true +github_enable_stale_action: true +github_enforce_dev_status_compatibility: true include_wkhtmltopdf: false odoo_version: 12.0 org_name: Odoo Community Association (OCA) diff --git a/.gitignore b/.gitignore index 818770fb1bdc..9c283fd41f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,6 @@ build/ develop-eggs/ dist/ eggs/ -lib/ lib64/ parts/ sdist/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39b708ca8054..a647f2e06585 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: oca-fix-manifest-website args: ["https://github.com/OCA/l10n-italy"] - repo: https://github.com/acsone/setuptools-odoo - rev: 3.0.6 + rev: 3.1.8 hooks: - id: setuptools-odoo-make-default - id: setuptools-odoo-get-requirements