Skip to content

Commit 978f0b4

Browse files
committed
Remove ignore.txt and add -L to codespell
1 parent 33d122b commit 978f0b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ignore-words.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 --ignore-words=ignore-words.txt .
49+
codespell -L crate
5050

5151
[testenv:lint]
5252
basepython: python3

0 commit comments

Comments
 (0)