diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d0b93d3ef3b7b668a3af55e06387d8e9621f979b..1c95e3d8dd307abb21417e98468a4654b1484014 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: