diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 583b76ed1..aefdeb839 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,6 +51,7 @@ repos: hooks: - id: prettier files: \.(md|yml|yaml|json)$ + exclude: ^(front/src/locales.*) - repo: https://github.com/codespell-project/codespell rev: v2.2.2