From 136fcc7ba1afc9821987a519cde7eacf12317686 Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Thu, 9 Oct 2025 12:58:36 +0200 Subject: [PATCH] Skip line-length check in cmake-lint --- .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 7eceb16..2332fa5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,4 +7,5 @@ repos: rev: v0.6.13 hooks: - id: cmake-format - - id: cmake-lint \ No newline at end of file + - id: cmake-lint + args: [--disabled-codes=C0301]