From bdfb4868891d79066c9ba340ce278414b7ad6e05 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Sun, 17 May 2020 09:48:13 +0200 Subject: [PATCH] Exclude .ts files from Transifex from pre-commit-hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2469be9354c..de23df0f802 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: rev: v2.3.0 hooks: - id: check-byte-order-marker - exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters)$ + exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters|\.ts)$ - id: check-case-conflict - id: check-json - id: check-merge-conflict