Skip to content

Commit

Permalink
[IMP] cfg: bump pylint-odoo to v8.0.21 (#126)
Browse files Browse the repository at this point in the history
This adds the new pylint-odoo `deprecated-odoo-model-method` check.
  • Loading branch information
antonag32 authored Oct 2, 2023
1 parent 6f20eb7 commit e7ae0d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ default_language_version:
node: "14.13.0"
repos:
- repo: https://github.com/OCA/pylint-odoo
rev: v8.0.20
rev: v8.0.21
hooks:
- id: pylint_odoo
name: pylint optional checks
Expand Down
2 changes: 1 addition & 1 deletion src/pre_commit_vauxoo/cfg/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: flake8
name: flake8 mandatory checks
- repo: https://github.com/OCA/pylint-odoo
rev: v8.0.20
rev: v8.0.21
hooks:
- id: pylint_odoo
name: pylint mandatory checks
Expand Down
1 change: 1 addition & 0 deletions src/pre_commit_vauxoo/cfg/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ disable=abstract-method,
# deprecated-data-xml-node,
# deprecated-openerp-xml-node,
development-status-allowed,
deprecated-odoo-model-method,
# duplicate-id-csv,
duplicate-po-message-definition,
duplicate-xml-fields,
Expand Down
1 change: 1 addition & 0 deletions src/pre_commit_vauxoo/cfg/.pylintrc-optional
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ enable=api-one-deprecated,
# deprecated-data-xml-node,
# deprecated-openerp-xml-node,
deprecated-method,
deprecated-odoo-model-method,
deprecated-pragma,
docstring-first-line-empty,
duplicate-id-csv,
Expand Down

0 comments on commit e7ae0d0

Please sign in to comment.