Skip to content

Commit

Permalink
Merge remote-tracking branch 'DINAR/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
itpp-bot committed Nov 22, 2022
2 parents d5d16d3 + 03ecd10 commit 3cdd53e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions static-files/15.0/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,18 @@ repos:
- id: check-xml
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/PyCQA/pylint
rev: v2.11.1
- repo: https://github.com/OCA/pylint-odoo
rev: 7.0.2
hooks:
- id: pylint
- id: pylint_odoo
name: pylint with optional checks
args: ["--rcfile=.pylintrc", "--exit-zero"]
args:
- --rcfile=.pylintrc
- --exit-zero
verbose: true
additional_dependencies: &pylint_deps
- pylint-odoo==5.0.5
- id: pylint
name: pylint with mandatory checks
args: ["--rcfile=.pylintrc-mandatory"]
additional_dependencies: *pylint_deps
- id: pylint_odoo
args:
- --rcfile=.pylintrc-mandatory
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
hooks:
Expand Down

0 comments on commit 3cdd53e

Please sign in to comment.