diff --git a/pyproject.toml b/pyproject.toml index ef65fce49e..fa54d89b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 +]