From c627ed4b6f3eba0910b959f73a7682d298977132 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 20 Feb 2022 13:43:57 +0800 Subject: [PATCH] GHA CI: exclude checking for GUI i18n files And bump hooks version along the way. PR #16484. --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ced7adbf5..c9263a80f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,15 @@ repos: name: Check newline characters in tag entry: .github/workflows/check_translation_tag.py language: script + exclude: | + (?x)^( + src/lang/.* + )$ types_or: - ts - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-json name: Check JSON files