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 da29f34 commit 6e95171Copy full SHA for 6e95171
pytest_mypy_plugins_shim/__init__.py
@@ -71,3 +71,8 @@ def pytest_addoption(parser: Parser) -> None: # noqa: D103
71
help="Fully qualified path to the extension hook function, in case you need custom yaml keys. "
72
"Has to be top-level.",
73
)
74
+ group.addoption(
75
+ "--mypy-only-local-stub",
76
+ action="store_true",
77
+ help="mypy will ignore errors from site-packages",
78
+ )
0 commit comments