From 278682ee455292827af96b1f1a8f4ce6bee40f91 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 8 Sep 2023 10:45:57 +0200
Subject: [PATCH] [ci,pre-commit] Don't spell check urls.

---
 .codespellrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.codespellrc b/.codespellrc
index ced58bde889..397f4386053 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -2,3 +2,4 @@
 skip = *.bib,*.css,*.pdf,*.yaml,*.yml,*/.vale,./.git,./GeoLib/IO/XmlIO/OpenGeoSysSTN.xsd,./Tests/Data,./ThirdParty,./web/content/imprint.md,./web/node_modules,./web/public/imprint/index.html,./web/resources,
 ignore-words-list = ba,bu,ket,nd,pris,strat,sur,theis,
 exclude-file = .codespellexclude
+uri-ignore-words-list = *
-- 
GitLab