Skip to content

Commit

Permalink
[IMP] upgrade pylint-odoo to support Odoo 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
celm1990 committed Nov 19, 2023
1 parent 8eef694 commit 5221e84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

{%- if odoo_version < 16 %}
{%- set proj_rev.pylint_odoo = "v8.0.0" %}
{%- else %}
{%- elif odoo_version < 17 %}
{%- set proj_rev.pylint_odoo = "v8.0.20" %}
{%- else %}
{%- set proj_rev.pylint_odoo = "v9.0.4" %}
{%- endif -%}

exclude: |
Expand Down

0 comments on commit 5221e84

Please sign in to comment.