diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,6 +15,7 @@
   rev: v1.16.0
   hooks:
   - id: codespell
+    exclude: tests/data/api_data.py
 
 - repo: local
   hooks: