From a1f0fa8b1fa5c53eedeaf54081028da93cd7450b Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Mon, 25 Nov 2024 14:34:21 +0100 Subject: [PATCH] [pre-commit] add codespell check --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b444f74..83a49f5 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,3 +15,7 @@ repos: rev: v8.16.3 hooks: - id: gitleaks +- repo: https://github.com/codespell-project/codespell + rev: v2.2.4 + hooks: + - id: codespell