Skip to content

Commit 37d104d

Browse files
committed
exclude .svg
1 parent a7678b0 commit 37d104d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ repos:
1212
- id: codespell
1313
name: Spell Check with Codespell
1414
args: ['--ignore-words-list=hte,nd']
15-
files: '\\.(tsx|md)$'
16-
exclude: ''
15+
exclude: '.svg'

0 commit comments

Comments
 (0)