diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 190fd9b9ca515256f9ccc66ceac171af5d3dd21e..fc15183711099c7e342ce7d248d5caddaa0988c5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
     hooks:
       - id: codespell
         args:
-          - "--skip"
+          - "--ignore-words-list"
           - "hashin,aNULL"
 
   - repo: https://github.com/Yelp/detect-secrets.git