From 6a6c2c23afdff0d95a9302d1a65e6b4c9f19aba1 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 27 Oct 2025 11:27:42 +0100 Subject: WIP docs --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b21ca20..700c8aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: end-of-file-fixer - id: trailing-whitespace + exclude_types: [markdown] - id: mixed-line-ending args: [--fix=lf] - repo: https://github.com/codespell-project/codespell -- cgit v1.2.3