Skip to content
Snippets Groups Projects
Commit 418a660b authored by Antoine Lambert's avatar Antoine Lambert
Browse files

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.
parent 32b8a59d
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment