Add pre-commit definition for codespell

This commit is contained in:
Yaroslav Halchenko 2024-01-24 14:29:08 -05:00
parent 00e5113e40
commit 121c5e2abc

View File

@ -25,3 +25,8 @@ repos:
exclude: ^(?!docs).*$ exclude: ^(?!docs).*$
additional_dependencies: additional_dependencies:
- black==23.1.0 - black==23.1.0
- repo: https://github.com/codespell-project/codespell
# Configuration for codespell is in .codespellrc
rev: v2.2.6
hooks:
- id: codespell