Skip to content

Commit fda7493

Browse files
committed
Add rudimentary codespell config
1 parent 2b342d6 commit fda7493

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,10 @@ concurrency = [
223223

224224
[tool.coverage.html]
225225
show_contexts = true
226+
227+
[tool.codespell]
228+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
229+
skip = '.git*,*.svg,*.lock'
230+
check-hidden = true
231+
ignore-regex = '\bTE\b'
232+
# ignore-words-list = ''

0 commit comments

Comments
 (0)