diff options
| author | Anton Bobov <anton@bobov.name> | 2025-02-07 21:59:11 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-02-07 22:00:57 +0500 |
| commit | a4d48bab11034f0c9ce98158ee58a98ecf37adff (patch) | |
| tree | 16856f01410cdfd17ab53ae7d6e8c82705fb8c94 | |
| parent | 21bae4aa30f6b67e10dd3206cb9ad156b6749524 (diff) | |
Add codespell to pre-commit config
| -rw-r--r-- | .pre-commit-config.yaml | 5 |
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 |
