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:
parent
10bb8db345
commit
20c1351aa0
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue