From 0a5828be77ac223018326aed1a919b9c5b0c5579 Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Thu, 21 Apr 2022 13:39:51 +0200
Subject: [PATCH] pre-commit: Remove codespell commit-msg hook

That hook can be frustrating as it can discard a long commit message
if it finds a typo in it so better removing it.
---
 .pre-commit-config.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d0b93d3..1c95e3d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,9 +18,6 @@ repos:
       - id: codespell
         name: Check source code spelling
         stages: [commit]
-      - id: codespell
-        name: Check commit message spelling
-        stages: [commit-msg]
 
   - repo: local
     hooks:
-- 
GitLab