We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b84fd9 commit 63a51a9Copy full SHA for 63a51a9
.pre-commit-config.yaml
@@ -88,11 +88,11 @@ repos:
88
name: pylint with optional checks
89
args: ["--rcfile=.pylintrc", "--exit-zero"]
90
verbose: true
91
- additional_dependencies: ["pylint-odoo==3.0.3"]
+ additional_dependencies: ["pylint-odoo==3.1.0"]
92
- id: pylint
93
name: pylint with mandatory checks
94
args: ["--rcfile=.pylintrc-mandatory"]
95
96
- repo: https://github.com/asottile/pyupgrade
97
rev: v1.26.2
98
hooks:
0 commit comments