From bfb9bd8cc6a41904f6c47c368127157c829ed8eb Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 21 Feb 2024 23:42:42 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20types=20must=20be=20=E2=80=B9types=5For?= =?UTF-8?q?=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index ce472d9..2f99cc0 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,7 +4,7 @@ description: Format C/C++ sources with ‹clang-format›. entry: clang-format -i language: system - types: + types_or: - c - c++ args: