Skip to content

Commit

Permalink
Merge pull request #232 from OCA/fix-comment
Browse files Browse the repository at this point in the history
Fix template comment
  • Loading branch information
sbidoul authored Nov 13, 2023
2 parents a063106 + 3dcce79 commit 747209b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ repos:
- id: check-xml
- id: mixed-line-ending
args: ["--fix=lf"]
{%- if not use_ruff or odoo_version < 15.0 %} # ruff doesn't support python 3.6
{#- ruff doesn't support python 3.6 #}
{%- if not use_ruff or odoo_version < 15.0 %}
- repo: https://github.com/asottile/pyupgrade
rev: {{ repo_rev.pyupgrade }}
hooks:
Expand Down

0 comments on commit 747209b

Please sign in to comment.