Skip to content

Commit 6f9da5f

Browse files
committed
Skip "/invalid/" example files
1 parent d8681aa commit 6f9da5f

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
@@ -109,7 +109,7 @@ push = false
109109

110110
[tool.codespell]
111111
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
112-
skip = '.git*'
112+
skip = '.git*,invalid'
113113
check-hidden = true
114114
ignore-regex = '^\s*"image/\S+": ".*'
115115
# ignore-words-list = ''

0 commit comments

Comments
 (0)