diff --git a/.copier-answers.yml b/.copier-answers.yml index 3e016b09c..d22fb3c73 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: v2.1.2 +_commit: v2.1.4 _src_path: https://github.com/coopiteasy/oca-addons-repo-template.git ci: GitHub dependency_installation_mode: OCA diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4da35356b..1230f9694 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,7 +104,7 @@ repos: name: isort except __init__.py exclude: /__init__\.py$ - 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 @@ -120,19 +120,15 @@ repos: language_version: python3 name: flake8 excluding __init__.py exclude: __init__\.py - - repo: https://github.com/PyCQA/pylint - rev: v2.11.1 + - repo: https://github.com/OCA/pylint-odoo + rev: 7.0.2 hooks: - - id: pylint + - id: pylint_odoo name: pylint with optional checks args: - --rcfile=.pylintrc - --exit-zero verbose: true - additional_dependencies: &pylint_deps - - pylint-odoo==5.0.5 - - id: pylint - name: pylint with mandatory checks + - id: pylint_odoo args: - --rcfile=.pylintrc-mandatory - additional_dependencies: *pylint_deps