Skip to content

Commit 630af35

Browse files
authored
[REF] pylint_odoo: Update pylint version to v9.3.3 (#149)
Check release notes: - https://pypi.org/project/pylint-odoo/9.3.3 [FIX] prohibited-method-override: Check if caller has a func attribute (OCA/pylint-odoo#524) [ADD] deprecated-name-get: name_get deprecated since v17 (OCA/pylint-odoo#526) [ADD] manifest-external-assets: No external sources for assets (OCA/pylint-odoo#525)
1 parent 78ec0ad commit 630af35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ default_language_version:
2929
node: "14.13.0"
3030
repos:
3131
- repo: https://github.com/OCA/pylint-odoo
32-
rev: v9.3.2
32+
rev: v9.3.3
3333
hooks:
3434
- id: pylint_odoo
3535
name: pylint optional checks

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: flake8
3535
name: flake8 mandatory checks
3636
- repo: https://github.com/OCA/pylint-odoo
37-
rev: v9.3.2
37+
rev: v9.3.3
3838
hooks:
3939
- id: pylint_odoo
4040
name: pylint mandatory checks

0 commit comments

Comments
 (0)