From 0880555989648a4f595306e9af9b6716cb43e4aa Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 23 Dec 2024 10:36:48 +0100 Subject: [PATCH] Fixed pre-commit hook (#318) --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc2c93f9..92586039 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,4 +2,5 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format rev: v19.1.5 hooks: - - id: clang-format + - id: clang-format + exclude_types: [javascript, json]