Skip to content

Commit 89e3662

Browse files
committed
Add codespell to pre-commit
Ref: readthedocs/readthedocs.org#11195
1 parent 93cb57d commit 89e3662

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
@@ -71,3 +71,9 @@ repos:
7171
rev: v3.12.0
7272
hooks:
7373
- id: vale
74+
75+
- repo: https://github.com/codespell-project/codespell
76+
# Configuration for codespell is in setup.cfg
77+
rev: v2.2.6
78+
hooks:
79+
- id: codespell

0 commit comments

Comments
 (0)