Skip to content

Commit 7d9c514

Browse files
committed
Add codespell to pre-commit
Closes pypa#7689
1 parent 774b339 commit 7d9c514

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ repos:
6565
types: [file]
6666
exclude: NEWS.rst # The errors flagged in NEWS.rst are old.
6767

68+
- repo: https://github.com/codespell-project/codespell
69+
rev: v2.2.4
70+
hooks:
71+
- id: codespell
72+
6873
- repo: local
6974
hooks:
7075
- id: news-fragment-filenames

0 commit comments

Comments
 (0)