diff --git a/.pre-commit-config.yaml.jinja b/.pre-commit-config.yaml.jinja index 4b295f0e..8b27b07b 100644 --- a/.pre-commit-config.yaml.jinja +++ b/.pre-commit-config.yaml.jinja @@ -35,7 +35,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/oca/maintainer-tools - rev: 58557dd6b2c72e698dd2a0b4c5b435815e5d9d02 + rev: 969238e47c07d0c40573acff81d170f63245d738 hooks: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons @@ -43,7 +43,7 @@ repos: - --addons-dir - odoo/custom/src/private - repo: https://github.com/oca/maintainer-tools - rev: 58557dd6b2c72e698dd2a0b4c5b435815e5d9d02 + rev: 969238e47c07d0c40573acff81d170f63245d738 hooks: - id: oca-gen-addon-readme args: @@ -83,7 +83,7 @@ repos: args: [--settings, .] exclude: /__init__\.py$ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.2 + rev: v3.0.3 hooks: - id: prettier name: prettier + plugin-xml @@ -143,7 +143,7 @@ repos: args: - --rcfile=.pylintrc-mandatory - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.47.0 + rev: v8.49.0 hooks: - id: eslint verbose: true