Skip to content

Commit 6ea107a

Browse files
committed
Add rudimentary codespell config
1 parent 7adadd2 commit 6ea107a

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
@@ -65,3 +65,10 @@ omit = [
6565

6666
[tool.black]
6767
line-length = 120
68+
69+
[tool.codespell]
70+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
71+
skip = '.git*,*.pdf'
72+
check-hidden = true
73+
# ignore-regex = ''
74+
# ignore-words-list = ''

0 commit comments

Comments
 (0)