Skip to content

Commit 83fd88b

Browse files
committed
fix: add args to codespell hook to ignore specific words
1 parent 8d8615e commit 83fd88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ repos:
2626
rev: v2.3.0
2727
hooks:
2828
- id: codespell
29+
args: [--ignore-words-list=assertin]

0 commit comments

Comments
 (0)