Skip to content

Commit 33d122b

Browse files
committed
Ignore crate during tox spellcheck
1 parent 3d21b3c commit 33d122b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ignore-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
crate

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ deps =
4646
codespell
4747

4848
commands =
49-
codespell
49+
codespell --ignore-words=ignore-words.txt .
5050

5151
[testenv:lint]
5252
basepython: python3

0 commit comments

Comments
 (0)