Skip to content

Commit

Permalink
[FIX] 15/16/17: Removed first line break on pre-commit template
Browse files Browse the repository at this point in the history
When using v15/v16/v17, It creates .pre-commit-config.yaml with a line break on the first line.
If you use pre-commit It fails at the first attempt because this line gets removed
  • Loading branch information
manuel-florido authored and yajo committed May 13, 2024
1 parent e67c387 commit b47dbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{%- include "version-specific/%s/.pre-commit-config.yaml.jinja" % odoo_version %}

{#- Newer versions without hacks are rendered here directly #}
{%- else %}
{%- else -%}
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
Expand Down

0 comments on commit b47dbcc

Please sign in to comment.