Skip to content

Commit 8c27476

Browse files
committed
Leave out some wanted words
1 parent 3885728 commit 8c27476

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,5 +11,5 @@ repos:
1111
hooks:
1212
- id: codespell
1313
name: Spell Check with Codespell
14-
args: ['--write-changes']
14+
args: ['--write-changes', '--ignore-words-list=cppp,normale']
1515
exclude: 'package-lock\.json|\.svg$'

0 commit comments

Comments
 (0)