diff --git a/static-files/15.0/.pre-commit-config.yaml b/static-files/15.0/.pre-commit-config.yaml index c8c01c3..6f92308 100644 --- a/static-files/15.0/.pre-commit-config.yaml +++ b/static-files/15.0/.pre-commit-config.yaml @@ -61,19 +61,18 @@ repos: - id: check-xml - id: mixed-line-ending args: ["--fix=lf"] - - 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"] + args: + - --rcfile=.pylintrc + - --exit-zero verbose: true - additional_dependencies: &pylint_deps - - pylint-odoo==5.0.5 - - id: pylint - name: pylint with mandatory checks - args: ["--rcfile=.pylintrc-mandatory"] - additional_dependencies: *pylint_deps + - id: pylint_odoo + args: + - --rcfile=.pylintrc-mandatory - repo: https://github.com/asottile/pyupgrade rev: v2.29.0 hooks: