diff options
Diffstat (limited to '.pre-commit-config.yaml')
| -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 |
