Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP]cfg: bump pylint-odoo to v8.0.21 #126

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
moylop260 marked this conversation as resolved.
Show resolved Hide resolved
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