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 f33e787 commit 9b59632Copy full SHA for 9b59632
pytest_mypy_plugins_shim/__init__.py
@@ -68,6 +68,6 @@ def pytest_addoption(parser: Parser) -> None: # noqa: D103
68
group.addoption(
69
"--mypy-extension-hook",
70
type=str,
71
- help="Fully qualifield path to the extension hook function, in case you need custom yaml keys. "
+ help="Fully qualified path to the extension hook function, in case you need custom yaml keys. "
72
"Has to be top-level.",
73
)
0 commit comments