Skip to content

Commit 4b58f5f

Browse files
yarikopticjdavid
authored andcommitted
Add rudimentary codespell config
1 parent 17496fd commit 4b58f5f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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)