Skip to content

Commit c68f96d

Browse files
committed
Tune up codespell config to skip more
1 parent 84689b5 commit c68f96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ line-length = 120
6868

6969
[tool.codespell]
7070
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
71-
skip = '.git*,*.pdf'
71+
skip = '.git*,*.pdf,*.svg,data,./doc/releases'
7272
check-hidden = true
7373
# ignore-regex = ''
7474
# ignore-words-list = ''

0 commit comments

Comments
 (0)