From 1e968fd6d60a24b5e0583626936a3c72cd545d8d Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:57:03 +0100 Subject: [PATCH] Add pre-commit typos & codespell hooks --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68e66217b4..8786a1b03e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,6 +41,14 @@ repos: hooks: - id: rst-directive-colons - id: rst-inline-touching-normal +- repo: https://github.com/codespell-project/codespell + rev: v2.3.0 + hooks: + - id: codespell +- repo: https://github.com/crate-ci/typos + rev: v1.25.0 + hooks: + - id: typos - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: