From e6e1eb1f2d8c5b8dadb2f4eaa5c2efa60ef7e6d8 Mon Sep 17 00:00:00 2001 From: Rafael Sene Date: Wed, 17 Sep 2025 11:36:58 -0300 Subject: [PATCH] Update pre-commit hooks to exclude JSON files Signed-off-by: Rafael Sene --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6735308..60ec44c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,9 @@ repos: - id: check-symlinks - id: check-yaml - id: end-of-file-fixer - exclude: \.svg$ + exclude: | + \.svg$| + ^schemas/.*\.json$ - id: trailing-whitespace args: [--markdown-linebreak-ext=md] exclude: \.svg$