Skip to content

Commit 9809050

Browse files
committed
REF: Remove non-relevant files from codespell skip list
Remove files that do not apply to the project from the `codespell` skip list.
1 parent 386a0c2 commit 9809050

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,4 @@ exclude_lines = [
249249
# mapp, reson -- Mapp. and Reson. abbreviations in citation
250250
ignore-words-list = 'nd,mapp,reson'
251251
skip = """
252-
./.git,*.pdf,*.svg,*.min.js,*.ipynb,ORIGINAL_LICENSE,\
253-
./docs/source/_static/example_anatreport.html"""
252+
./.git,*.pdf,*.svg,*.min.js,*.ipynb"""

0 commit comments

Comments
 (0)