Skip to content

Commit

Permalink
Merge pull request #235 from celm1990/master-pylint-odoo-17
Browse files Browse the repository at this point in the history
[IMP] upgrade pylint version to 9.0.4 to support Odoo 17.0
  • Loading branch information
sbidoul authored Dec 10, 2023
2 parents 8ad97a6 + c22cc01 commit 16ad686
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 16ad686

Please sign in to comment.