From fc74e0011ba3a57d65e6b56676d48404142b156e Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 28 Nov 2022 20:12:28 +0100 Subject: [PATCH] chore: Exclude translation files from pre commit prettier --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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