Skip to content

Commit

Permalink
[pre-commit] add codespell check
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Nov 25, 2024
1 parent 2f32a10 commit 8ff8ff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[codespell]
ignore-words-list = missings,rcall,linke,fo
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ repos:
rev: v8.16.3
hooks:
- id: gitleaks
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell

0 comments on commit 8ff8ff0

Please sign in to comment.