Skip to content

Commit 872a0b9

Browse files
authored
Remove CLI option ignore for check-wheel-contents (#487)
1 parent 844a1a3 commit 872a0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def main(force):
298298
envvar="RH_EXTRA_PYDIST_CHECK_CMDS",
299299
default=[
300300
"pipx run 'validate-pyproject[all]' pyproject.toml",
301-
"pipx run check-wheel-contents --config pyproject.toml --ignore W002 {dist_dir}",
301+
"pipx run check-wheel-contents --config pyproject.toml {dist_dir}",
302302
],
303303
multiple=True,
304304
help="Extra checks to run against the pydist file",

0 commit comments

Comments
 (0)