From 7cb785a008e25cb2efa54e6bcdb3aae3fb9072c1 Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Wed, 13 Dec 2023 13:47:37 +0100 Subject: [PATCH] setuptools-odoo: disable v17 for a while see https://github.com/acsone/setuptools-odoo/issues/118 --- static-files/17.0/.pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/static-files/17.0/.pre-commit-config.yaml b/static-files/17.0/.pre-commit-config.yaml index aa8c3eb..6fadace 100644 --- a/static-files/17.0/.pre-commit-config.yaml +++ b/static-files/17.0/.pre-commit-config.yaml @@ -78,16 +78,16 @@ repos: hooks: - id: pyupgrade args: ["--keep-percent-format"] - - repo: https://github.com/acsone/setuptools-odoo - rev: 3.1.5 - hooks: - - id: setuptools-odoo-make-default - - id: setuptools-odoo-get-requirements - args: - - --output - - requirements.txt - - --header - - "# generated from manifests external_dependencies" + #- repo: https://github.com/acsone/setuptools-odoo + # rev: 3.1.5 + # hooks: + # - id: setuptools-odoo-make-default + # - id: setuptools-odoo-get-requirements + # args: + # - --output + # - requirements.txt + # - --header + # - "# generated from manifests external_dependencies" - repo: https://github.com/pycqa/flake8 rev: 3.9.2 hooks: