Skip to content

Commit c58b02e

Browse files
committed
Add rudimentary codespell config
1 parent 62bba87 commit c58b02e

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
@@ -1,3 +1,10 @@
11
[build-system]
22
requires = ["setuptools >= 61.0"]
33
build-backend = "setuptools.build_meta"
4+
5+
[tool.codespell]
6+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
7+
skip = '.git*,*.svg'
8+
check-hidden = true
9+
ignore-regex = '\bHDA\b'
10+
# ignore-words-list = ''

0 commit comments

Comments
 (0)