From 20c1351aa0dba8fb1188d81d4bd53dd48fb760fa Mon Sep 17 00:00:00 2001 From: Antoine Lambert Date: Thu, 21 Apr 2022 13:39:42 +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 4507253..edfc845 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,9 +20,6 @@ repos: exclude: ^(swh/lister/.*/tests/data/.*)$ args: [-L crate] stages: [commit] - - id: codespell - name: Check commit message spelling - stages: [commit-msg] - repo: local hooks: