Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
def pytest_addoption(parser):
parser.addoption(
"--check-build",
action="store",
default=False,
help="Check wheel contents.",
)