Skip to content

Commit db22216

Browse files
committed
Add rudimentary codespell config
1 parent 4fb2a41 commit db22216

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
@@ -183,3 +183,10 @@ ignore_no_config = true
183183
[tool.inline-snapshot.shortcuts]
184184
snap-fix=["create", "fix"]
185185
snap=["create"]
186+
187+
[tool.codespell]
188+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
189+
skip = '.git*,*.svg,*.lock,*.css'
190+
check-hidden = true
191+
# ignore-regex = ''
192+
# ignore-words-list = ''

0 commit comments

Comments
 (0)