Skip to content

Commit b375df9

Browse files
committed
Add rudimentary codespell config
1 parent 179f0ee commit b375df9

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
@@ -197,3 +197,10 @@ exclude_also = [
197197
[build-system]
198198
requires = ["pdm-backend"]
199199
build-backend = "pdm.backend"
200+
201+
[tool.codespell]
202+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
203+
skip = '.git*,*.lock'
204+
check-hidden = true
205+
# ignore-regex = ''
206+
# ignore-words-list = ''

0 commit comments

Comments
 (0)