Skip to content

Commit 1ff3a7b

Browse files
Prevent codespell from correcting Ian's about page
1 parent 66e6e04 commit 1ff3a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
name: Spell Check with Codespell
1212
args:
1313
- '--write-changes'
14-
- '--ignore-words-list=cppp,normale'
14+
- '--ignore-words-list=cppp,normale,honours,modelling'
1515
- '--builtin=en-GB_to_en-US'
1616
# Exclude package-lock.json and all .svg files
1717
exclude: 'package-lock\.json|\.svg$'

0 commit comments

Comments
 (0)