From e3f170924e27d1705d11f757f611d9c79cf8f3c1 Mon Sep 17 00:00:00 2001 From: newell Date: Mon, 7 Oct 2024 10:02:46 -0700 Subject: [PATCH] Update description in clang-format hook --- src/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.pre-commit-config.yaml b/src/.pre-commit-config.yaml index 18a14f7..ec57537 100644 --- a/src/.pre-commit-config.yaml +++ b/src/.pre-commit-config.yaml @@ -27,6 +27,6 @@ repos: hooks: - id: clang-format name: clang-format - description: Checks formatting of C++ files using clang-format. + description: Runs clang-format on the codebase. files: \.(cpp|h|hpp|c)$ args: [-style=file, -fallback-style=none, -assume-filename=src/.clang-format]