From 1800ccc688fd470f3664561cb8cb7277e18bf176 Mon Sep 17 00:00:00 2001 From: Pierre Poulain Date: Fri, 13 Feb 2026 10:01:00 +0100 Subject: [PATCH] chore: Allow trailing whitespace for markdown --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d978d2f..0deaa76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,7 @@ repos: - id: mixed-line-ending # Trims trailing whitespace. - id: trailing-whitespace + args: [--markdown-linebreak-ext=md] # Attempts to load all json files to verify syntax. - id: check-json # Attempts to load all yaml files to verify syntax.