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 a1d94d6 commit 4e8b912Copy full SHA for 4e8b912
noxfile.py
@@ -38,7 +38,7 @@ def readme(session):
38
session.install("build", "twine")
39
tmpdir = session.create_tmp()
40
session.run("python", "-m", "build", ROOT, "--outdir", tmpdir)
41
- session.run("python", "-m", "twine", "check", tmpdir + "/*")
+ session.run("python", "-m", "twine", "check", "--strict", tmpdir + "/*")
42
43
44
@session(tags=["style"])
0 commit comments