From 8abc8bcf5f83f68d9d4343545cc70d0cde884af5 Mon Sep 17 00:00:00 2001 From: Daniil Digtyar Vasilieva <daniildigtyar@gmail.com> Date: Mon, 7 Aug 2023 11:12:08 +0200 Subject: [PATCH] Moved pylint-odoo to own repo to fix dependency error --- .pre-commit-config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0961cbe8e..843722dda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -129,10 +129,12 @@ repos: - --rcfile=.pylintrc - --exit-zero verbose: true - additional_dependencies: &pylint_deps - - pylint-odoo==3.5.0 - id: pylint name: pylint with mandatory checks args: - --rcfile=.pylintrc-mandatory - additional_dependencies: *pylint_deps + - repo: https://github.com/OCA/pylint-odoo + rev: v8.0.19 + hooks: + - id: pylint_odoo + name: pylint odoo -- GitLab