Skip to content

Commit f4dc399

Browse files
committed
[REF] pylint_odoo: Update pylint version to v9.3.4
Check release notes: - https://pypi.org/project/pylint-odoo/9.3.4 [ADD] string-method-name: Add string-method-name check to preserve inheritability (OCA/pylint-odoo#528)
1 parent f9d328a commit f4dc399

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.3
32+
rev: v9.3.4
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.3
37+
rev: v9.3.4
3838
hooks:
3939
- id: pylint_odoo
4040
name: pylint mandatory checks

0 commit comments

Comments
 (0)