summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-02-07 21:59:11 +0500
committerAnton Bobov <anton@bobov.name>2025-02-07 22:00:57 +0500
commita4d48bab11034f0c9ce98158ee58a98ecf37adff (patch)
tree16856f01410cdfd17ab53ae7d6e8c82705fb8c94
parent21bae4aa30f6b67e10dd3206cb9ad156b6749524 (diff)
Add codespell to pre-commit config
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 5 insertions, 0 deletions
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