Skip to content

Commit cb5fdcb

Browse files
committed
[pre-commit] add codespell check
1 parent d22e09b commit cb5fdcb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.codespellrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[codespell]
2+
ignore-words-list = missings,rcall,linke,fo,bloc

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ repos:
1515
rev: v8.16.3
1616
hooks:
1717
- id: gitleaks
18+
- repo: https://github.com/codespell-project/codespell
19+
rev: v2.2.4
20+
hooks:
21+
- id: codespell

0 commit comments

Comments
 (0)