mirror of https://github.com/OCA/social.git
pre-commit: Bump pylint-odoo version
For avoiding having requests as a non known librarypull/596/head
parent
9a376dbef5
commit
bbf98c7ddf
|
@ -42,11 +42,11 @@ repos:
|
||||||
name: pylint with optional checks
|
name: pylint with optional checks
|
||||||
args: ["--rcfile=.pylintrc", "--exit-zero"]
|
args: ["--rcfile=.pylintrc", "--exit-zero"]
|
||||||
verbose: true
|
verbose: true
|
||||||
additional_dependencies: ["pylint-odoo==3.0.3"]
|
additional_dependencies: ["pylint-odoo==3.5.0"]
|
||||||
- id: pylint
|
- id: pylint
|
||||||
name: pylint with mandatory checks
|
name: pylint with mandatory checks
|
||||||
args: ["--rcfile=.pylintrc-mandatory"]
|
args: ["--rcfile=.pylintrc-mandatory"]
|
||||||
additional_dependencies: ["pylint-odoo==3.0.3"]
|
additional_dependencies: ["pylint-odoo==3.5.0"]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v1.24.0
|
rev: v1.24.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue