Skip to content

Commit 2b7e23e

Browse files
committed
MNT: Configure check-wheel-contents not to complain about test data
1 parent ee166de commit 2b7e23e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,8 @@ ignore-words-list = 'nd,mapp,reson'
195195
skip = """
196196
./.git,*.pdf,*.svg,*.min.js,*.ipynb,ORIGINAL_LICENSE,\
197197
./docs/source/_static/example_anatreport.html"""
198+
199+
[tool.check-wheel-contents]
200+
ignore = [
201+
"W002", # Test data contains duplicates
202+
]

0 commit comments

Comments
 (0)