Skip to content

Commit

Permalink
add spelling pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 10, 2025
1 parent 5c63ae0 commit ed4438a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ repos:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
exclude: package.lock.json
################################################################################
# SPELLING
################################################################################
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
hooks:
- id: typos
args: ["--force-exclude"]

0 comments on commit ed4438a

Please sign in to comment.