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.
This commit is contained in:
Antoine Lambert 2022-04-21 13:39:42 +02:00
parent 10bb8db345
commit 20c1351aa0

View file

@ -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: