Skip to content

Commit 154193b

Browse files
committed
Add rudimentary codespell config
1 parent bbfc950 commit 154193b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,10 @@ inline-quotes = "single"
161161
"docs/sphinxext/github_link.py" = ["BLE001"]
162162

163163
[tool.ruff.format]
164-
quote-style = "single"
164+
quote-style = "single"
165+
[tool.codespell]
166+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
167+
skip = '.git,*.pdf,*.svg,venvs,*.css'
168+
check-hidden = true
169+
# ignore-regex = ''
170+
# ignore-words-list = ''

0 commit comments

Comments
 (0)