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 02aac77 commit 1c49b23Copy full SHA for 1c49b23
pytest_mypy_plugins/collect.py
@@ -151,6 +151,6 @@ def pytest_addoption(parser: Parser) -> None:
151
group.addoption(
152
"--mypy-extension-hook",
153
type=str,
154
- 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. "
155
"Has to be top-level.",
156
)
0 commit comments