Skip to content

Commit 0af5f05

Browse files
committed
Add rudimentary codespell config
1 parent 8f34460 commit 0af5f05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ skip = "pp*"
6262
# 64-bit builds only; 32-bit builds seem pretty niche these days, so
6363
# don't bother unless someone asks
6464
archs = ["auto64"]
65+
66+
[tool.codespell]
67+
skip = '.git,*.pdf,*.svg,go.sum,*.css'
68+
check-hidden = true
69+
# ignore-regex = ''
70+
# ignore-words-list = ''

0 commit comments

Comments
 (0)