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 bcd4cca commit 6a2b42cCopy full SHA for 6a2b42c
noxfile.py
@@ -67,7 +67,7 @@ def readme(session):
67
session.install("build", "twine")
68
tmpdir = session.create_tmp()
69
session.run("python", "-m", "build", ROOT, "--outdir", tmpdir)
70
- session.run("python", "-m", "twine", "check", tmpdir + "/*")
+ session.run("python", "-m", "twine", "check", "--strict", tmpdir + "/*")
71
72
73
@session(tags=["style"])
0 commit comments