diff --git a/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg.jinja b/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg.jinja index 578677b..46e5dd9 100644 --- a/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg.jinja +++ b/src/pre_commit_vauxoo/cfg/.oca_hooks-autofix.cfg.jinja @@ -1,10 +1,8 @@ [MESSAGES_CONTROL] -{% if oca_hooks_matrix_value <=10 -%} enable=po-pretty-format, -{% else -%} -enable=field-string-redundant, +{%- if oca_hooks_matrix_value >= 20 %} + field-string-redundant, manifest-superfluous-key, - po-pretty-format, prefer-env-translation, prefer-readme-rst, unused-logger,