Skip to content

Commit a5d623c

Browse files
authored
[REF] pre-commit-config: Update pylint-odoo new version (#220)
1 parent a1a007e commit a5d623c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ default_language_version:
3333
repos:
3434
- repo: https://github.com/OCA/pylint-odoo
3535
{%- if pylint_matrix_value >= 20 %}
36-
rev: v10.0.1
36+
rev: v10.0.2
3737
{%- else %}
3838
rev: v9.3.22
3939
{%- endif %}
@@ -88,7 +88,7 @@ repos:
8888
require_serial: true
8989
- repo: https://github.com/OCA/pylint-odoo
9090
{%- if pylint_matrix_value >= 20 %}
91-
rev: v10.0.1
91+
rev: v10.0.2
9292
{%- else %}
9393
rev: v9.3.22
9494
{%- endif %}

src/pre_commit_vauxoo/cfg/.pre-commit-config.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
name: flake8 mandatory checks
4343
- repo: https://github.com/OCA/pylint-odoo
4444
{%- if pylint_matrix_value >= 20 %}
45-
rev: v10.0.1
45+
rev: v10.0.2
4646
{%- else %}
4747
rev: v9.3.22
4848
{%- endif %}

0 commit comments

Comments
 (0)