Change ignore_missing_stub
default to false
?
#9538
Labels
project: infrastructure
typeshed build, test, documentation, or distribution related
I've been wondering about this.
Possible reasons:
1.1. It should be relatively easy to "minimally complete" missing ones using stugben. Especially after the reduction of stubtest false-positives by Stubtest: Improve heuristics for determining whether global-namespace names are imported mypy#14270
1.2. Eventually most if not all stubs will have
ignore_missing_stub = false
, which could be the only entry under[tool.stubtest]
ignore_missing_stub = true
than to search for a missing line.None
would meanFalse
in the metadata parser. (feels more intuitive?)Cons:
The text was updated successfully, but these errors were encountered: