Skip to content

Commit 4e6b93b

Browse files
committed
Add rudimentary codespell config
1 parent 4bd50b7 commit 4e6b93b

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
@@ -37,3 +37,10 @@ extend-exclude = [
3737

3838
[tool.ruff.format]
3939
quote-style = "single"
40+
41+
[tool.codespell]
42+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
43+
skip = '.git*'
44+
check-hidden = true
45+
# ignore-regex = ''
46+
# ignore-words-list = ''

0 commit comments

Comments
 (0)