From a4d48bab11034f0c9ce98158ee58a98ecf37adff Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 7 Feb 2025 21:59:11 +0500 Subject: Add codespell to pre-commit config --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25cbaff..fa067be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,3 +12,8 @@ repos: rev: v3.8.0-1 hooks: - id: shfmt + + - repo: https://github.com/codespell-project/codespell + rev: v2.4.1 + hooks: + - id: codespell -- cgit v1.2.3