Skip to content

Commit 6a777ed

Browse files
committed
Move ignore crate to .codespellrc
1 parent ffed161 commit 6a777ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
# skipping auto generated folders
33
skip = ./.tox,./.mypy_cache,./target,*/LICENSE,./venv,*/sql_dialect_keywords.json
4-
ignore-words-list = afterall,assertIn
4+
ignore-words-list = afterall,assertIn, 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 -L crate
49+
codespell
5050

5151
[testenv:lint]
5252
basepython: python3

0 commit comments

Comments
 (0)