Skip to content

Commit 278c2ec

Browse files
committed
Add re-use to the codespell exclude word list.
1 parent 61a04c2 commit 278c2ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
requires = ["setuptools>=60", "setuptools_scm[toml]>=7.0"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.codespell]
6+
skip = ".git,*.pdf,*.svg"
7+
# the way to make case sensitive skips of words etc
8+
ignore-regex = "\bNd\b"
9+
ignore-words-list = "re-use"
10+
511
[tool.isort]
612
profile = "black"
713
split_on_trailing_comma = true

0 commit comments

Comments
 (0)