Skip to content

Commit

Permalink
Merge pull request #82 from Tecnativa/fix-no-ignore-copier-yml
Browse files Browse the repository at this point in the history
[FIX] no ignore copier.yml
  • Loading branch information
sbidoul authored Oct 22, 2021
2 parents 64db736 + 1ddd051 commit e9641e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ repos:
rev: v2.4.1
hooks:
- id: prettier
exclude: ^copier.yml$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _envops:

_tasks:
# HACK: https://github.com/copier-org/copier/issues/461
# prettier-ignore
- rm -f {% if ci != "Travis" %}.travis.yml{% endif %} {% if ci != "GitHub" %}.t2d.yml{% endif %}

odoo_version:
Expand Down

0 comments on commit e9641e4

Please sign in to comment.