Add pre-commit definition for codespell

This commit is contained in:
Yaroslav Halchenko 2024-02-13 11:24:59 -05:00
parent 60257915e9
commit 48a55731cd

View file

@ -39,3 +39,8 @@ repos:
hooks:
- id: mypy
exclude: ^(docs/|example-plugin/)
- repo: https://github.com/codespell-project/codespell
# Configuration for codespell is in setup.cfg
rev: v2.2.6
hooks:
- id: codespell