Skip to content

Commit

Permalink
[IMP] upgrade pylint version to 9.0.4 to support Odoo 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
celm1990 committed Nov 17, 2023
1 parent 8ad97a6 commit c22cc01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
{%- set repo_rev.setuptools_odoo = "3.1.8" %}
{%- endif %}

{%- if odoo_version > 16 %}
{%- set repo_rev.pylint_odoo = "v9.0.4" %}
{%- endif %}

{#- Older versions that differ a lot have their own hardcoded templates for readability #}
{%- if odoo_version < 13 %}
{%- include "version-specific/mqt-compat/.pre-commit-config.yaml.jinja" %}
Expand Down

0 comments on commit c22cc01

Please sign in to comment.