Skip to content

Commit

Permalink
MNT: Configure check-wheel-contents not to complain about test data
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 25, 2024
1 parent ee166de commit 2b7e23e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,8 @@ ignore-words-list = 'nd,mapp,reson'
skip = """
./.git,*.pdf,*.svg,*.min.js,*.ipynb,ORIGINAL_LICENSE,\
./docs/source/_static/example_anatreport.html"""

[tool.check-wheel-contents]
ignore = [
"W002", # Test data contains duplicates
]

0 comments on commit 2b7e23e

Please sign in to comment.