Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Feb 13, 2022
1 parent c92f6e8 commit 2078d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version-specific/mqt-compat/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ exclude: |
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
python: python{% if odoo_version < 11 %}2{% else %}3{% endif %}
node: "14.13.0"
python: python3
repos:
- repo: https://github.com/oca/maintainer-tools
rev: ab1d7f6
Expand All @@ -41,6 +40,7 @@ repos:
rev: v3.4.1
hooks:
- id: flake8
language_version: python{% if odoo_version < 11 %}2{% else %}3{% endif %}
name: flake8 excluding __init__.py
exclude: __init__\.py
- repo: https://github.com/pre-commit/mirrors-pylint
Expand Down

0 comments on commit 2078d01

Please sign in to comment.