chore: Exclude translation files from pre commit prettier
This commit is contained in:
parent
2c3ba1254c
commit
fc74e0011b
|
@ -51,6 +51,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
files: \.(md|yml|yaml|json)$
|
files: \.(md|yml|yaml|json)$
|
||||||
|
exclude: ^(front/src/locales.*)
|
||||||
|
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.2.2
|
rev: v2.2.2
|
||||||
|
|
Loading…
Reference in New Issue