From 2d4d36ae4e9a181a1d4e9e6ec82fac071cbbdc21 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Jan 2024 11:01:33 +0100 Subject: [PATCH] Exclude svg from codespell --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 490373ea632..aa6267165fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -115,7 +115,7 @@ repos: - dev/tools/codespell/codespell-lines-ignore.txt - --uri-ignore-words-list - ned - exclude: (?x)^(.phan/stubs/.*)$ + exclude: (?x)^(.phan/stubs/.*|.*\.svg)$ additional_dependencies: [tomli] - alias: codespell-lang-en_US # Only for translations with specialised exceptions