From 121c5e2abc68d26e63006a77291955fc3f4de7fe Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 24 Jan 2024 14:29:08 -0500 Subject: [PATCH] Add pre-commit definition for codespell --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c37da7449..e4968a970 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,3 +25,8 @@ repos: exclude: ^(?!docs).*$ additional_dependencies: - black==23.1.0 +- repo: https://github.com/codespell-project/codespell + # Configuration for codespell is in .codespellrc + rev: v2.2.6 + hooks: + - id: codespell