diff --git a/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg b/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg index 1b2fff2..fb6fa2a 100644 --- a/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg +++ b/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg @@ -1,2 +1,2 @@ [MESSAGES_CONTROL] -enable=manifest-superfluous-key,po-pretty-format,prefer-env-translation,prefer-readme-rst,unused-logger,xml-field-bool-without-eval,xml-field-numeric-without-eval,xml-header-missing,xml-header-wrong,xml-id-position-first,xml-redundant-module-name +enable=manifest-superfluous-key,po-pretty-format,prefer-env-translation,prefer-readme-rst,unused-logger,xml-field-bool-without-eval,xml-field-numeric-without-eval,xml-header-missing,xml-header-wrong,xml-id-position-first,xml-redundant-module-name,use-header-comments diff --git a/src/pre_commit_vauxoo/cfg/.oca_hooks.cfg b/src/pre_commit_vauxoo/cfg/.oca_hooks.cfg index b1de201..a0d1276 100644 --- a/src/pre_commit_vauxoo/cfg/.oca_hooks.cfg +++ b/src/pre_commit_vauxoo/cfg/.oca_hooks.cfg @@ -1,2 +1,2 @@ [MESSAGES_CONTROL] -disable=manifest-superfluous-key,po-pretty-format,prefer-env-translation,prefer-readme-rst,unused-logger,xml-field-bool-without-eval,xml-field-numeric-without-eval,xml-header-missing,xml-header-wrong,xml-id-position-first,xml-oe-structure-missing-id,xml-redundant-module-name +disable=manifest-superfluous-key,po-pretty-format,prefer-env-translation,prefer-readme-rst,unused-logger,xml-field-bool-without-eval,xml-field-numeric-without-eval,xml-header-missing,xml-header-wrong,xml-id-position-first,xml-oe-structure-missing-id,xml-redundant-module-name,use-header-comments diff --git a/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml b/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml index 377c707..965a2d6 100644 --- a/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml +++ b/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml @@ -30,7 +30,7 @@ default_language_version: node: "22.9.0" repos: - repo: https://github.com/OCA/odoo-pre-commit-hooks - rev: v0.2.7 + rev: v0.2.10 hooks: - id: oca-checks-odoo-module args: diff --git a/src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml b/src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml index c5f807a..48bafd3 100644 --- a/src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml +++ b/src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml @@ -40,7 +40,7 @@ repos: # uncomment after fix https://github.com/OCA/pylint-odoo/pull/512 # - --jobs=0 # 0 will auto-detect the number of processors available to use - repo: https://github.com/OCA/odoo-pre-commit-hooks - rev: v0.2.7 + rev: v0.2.10 hooks: - id: oca-checks-odoo-module - id: oca-checks-po