From 13e143d094330728003812ecae86171d9048301d Mon Sep 17 00:00:00 2001 From: augusto-weiss Date: Tue, 29 Nov 2022 15:47:20 -0300 Subject: [PATCH] [16.0][FIX] Update copier template --- .copier-answers.yml | 5 ++--- .pre-commit-config.yaml | 4 ++-- .pylintrc | 1 + .pylintrc-mandatory | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 7b1b516..bdf777e 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.10.1 +_commit: v1.11.1 _src_path: gh:oca/oca-addons-repo-template ci: GitHub dependency_installation_mode: PIP @@ -14,8 +14,7 @@ odoo_version: 16.0 org_name: Odoo Community Association (OCA) org_slug: OCA rebel_module_groups: [] -repo_description: - TODO: add repo description. +repo_description: '{''TODO'': ''add repo description.''}' repo_name: social repo_slug: social repo_website: https://github.com/OCA/social diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 776805c..7ee2ed9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,7 +104,7 @@ repos: - --settings=. exclude: /__init__\.py$ - repo: https://github.com/acsone/setuptools-odoo - rev: 3.1.5 + rev: 3.1.8 hooks: - id: setuptools-odoo-make-default - id: setuptools-odoo-get-requirements @@ -113,7 +113,7 @@ repos: - requirements.txt - --header - "# generated from manifests external_dependencies" - - repo: https://gitlab.com/PyCQA/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8 diff --git a/.pylintrc b/.pylintrc index 51b0e71..cad9c2f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -98,6 +98,7 @@ enable=anomalous-backslash-in-string, xml-attribute-translatable, xml-deprecated-qweb-directive, xml-deprecated-tree-attribute, + external-request-timeout, # messages that do not cause the lint step to fail consider-merging-classes-inherited, create-user-wo-reset-password, diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory index 13a8b67..fa4b81c 100644 --- a/.pylintrc-mandatory +++ b/.pylintrc-mandatory @@ -89,7 +89,8 @@ enable=anomalous-backslash-in-string, website-manifest-key-not-valid-uri, xml-attribute-translatable, xml-deprecated-qweb-directive, - xml-deprecated-tree-attribute + xml-deprecated-tree-attribute, + external-request-timeout [REPORTS] msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}