From 1478e5f8d29662c7d11b7764ac33bf9eaf171528 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 12 Sep 2024 11:47:59 +0200 Subject: [PATCH] Exclude release notes from pre-commit check --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dd9994..c16c991 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: mixed-line-ending - id: trailing-whitespace + exclude: (doc/ReleaseNotes.md) - repo: local hooks: - id: clang-format