Skip to content
Snippets Groups Projects
Commit 8abc8bcf authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

Moved pylint-odoo to own repo to fix dependency error

parent 8c7325b1
No related branches found
No related tags found
2 merge requests!195[REL] 14.0.2.0.0,!160Add pre-commit configuration
Pipeline #39656 passed
......@@ -129,10 +129,12 @@ repos:
- --rcfile=.pylintrc
- --exit-zero
verbose: true
additional_dependencies: &pylint_deps
- pylint-odoo==3.5.0
- id: pylint
name: pylint with mandatory checks
args:
- --rcfile=.pylintrc-mandatory
additional_dependencies: *pylint_deps
- repo: https://github.com/OCA/pylint-odoo
rev: v8.0.19
hooks:
- id: pylint_odoo
name: pylint odoo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment