Skip to content
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
4 changes: 2 additions & 2 deletions 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: v9.3.13
rev: v9.3.14
hooks:
- id: pylint_odoo
name: pylint optional checks
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
# reduce the INFO logger
require_serial: true
- repo: https://github.com/OCA/pylint-odoo
rev: v9.3.13
rev: v9.3.14
hooks:
- id: pylint_odoo
name: pylint EXPERIMENTAL checks (Won't affect CI status)!
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: v9.3.13
rev: v9.3.14
hooks:
- id: pylint_odoo
name: pylint mandatory checks
Expand Down
Loading