We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844a1a3 commit 872a0b9Copy full SHA for 872a0b9
jupyter_releaser/cli.py
@@ -298,7 +298,7 @@ def main(force):
298
envvar="RH_EXTRA_PYDIST_CHECK_CMDS",
299
default=[
300
"pipx run 'validate-pyproject[all]' pyproject.toml",
301
- "pipx run check-wheel-contents --config pyproject.toml --ignore W002 {dist_dir}",
+ "pipx run check-wheel-contents --config pyproject.toml {dist_dir}",
302
],
303
multiple=True,
304
help="Extra checks to run against the pydist file",
0 commit comments