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 cd3dfbd commit 777885fCopy full SHA for 777885f
mypy/stubtest.py
@@ -594,7 +594,6 @@ def _verify_signature(
594
runtime_arg.kind == inspect.Parameter.POSITIONAL_ONLY
595
and not stub_arg.variable.name.startswith("__")
596
and not stub_arg.variable.name.strip("_") == "self"
597
- and not is_dunder(function_name, exclude_special=True) # noisy for dunder methods
598
):
599
yield (
600
'stub argument "{}" should be positional-only '
0 commit comments