Skip to content

Commit 1be7c51

Browse files
committed
Define pertinent skips and ignores
1 parent 3226a12 commit 1be7c51

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ requires = ["poetry-core>=1.0.0"]
4949
build-backend = "poetry.core.masonry.api"
5050

5151
[tool.codespell]
52-
skip = '.git,*.pdf,*.svg'
53-
#
54-
# ignore-words-list = ''
52+
skip = '.git,*.pdf,*.svg,*.min.*,search_index.json'
53+
# Ignore table where words could be split across rows
54+
# Ignore shortcut specifications like [Ff]alse
55+
ignore-regex = '(\|.*\|.*\|.*\||\[[A-Z][a-z]\][a-z][a-z])'
56+
# ND,LOD - names/keywords
57+
ignore-words-list = 'nd,lod'

0 commit comments

Comments
 (0)