Skip to content

Commit 3885728

Browse files
committed
write changes and also exclude package-lock.json
1 parent 37d104d commit 3885728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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: ['--ignore-words-list=hte,nd']
15-
exclude: '.svg'
14+
args: ['--write-changes']
15+
exclude: 'package-lock\.json|\.svg$'

0 commit comments

Comments
 (0)