Skip to content

Commit 63a51a9

Browse files
committed
1 parent 6b84fd9 commit 63a51a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ repos:
8888
name: pylint with optional checks
8989
args: ["--rcfile=.pylintrc", "--exit-zero"]
9090
verbose: true
91-
additional_dependencies: ["pylint-odoo==3.0.3"]
91+
additional_dependencies: ["pylint-odoo==3.1.0"]
9292
- id: pylint
9393
name: pylint with mandatory checks
9494
args: ["--rcfile=.pylintrc-mandatory"]
95-
additional_dependencies: ["pylint-odoo==3.0.3"]
95+
additional_dependencies: ["pylint-odoo==3.1.0"]
9696
- repo: https://github.com/asottile/pyupgrade
9797
rev: v1.26.2
9898
hooks:

0 commit comments

Comments
 (0)