Skip to content

Commit ab757de

Browse files
committed
Add codespell to pre-commit
Ref: readthedocs/readthedocs.org#11195
1 parent 4af0fff commit ab757de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,9 @@ repos:
110110
rev: "4.2"
111111
hooks:
112112
- id: check
113+
114+
- repo: https://github.com/codespell-project/codespell
115+
# Configuration for codespell is in setup.cfg
116+
rev: v2.2.6
117+
hooks:
118+
- id: codespell

0 commit comments

Comments
 (0)