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.
_ios_support
1 parent ac8a5a7 commit e8a2630Copy full SHA for e8a2630
mypy/stubtest.py
@@ -1891,7 +1891,9 @@ class _Arguments:
1891
1892
1893
# typeshed added a stub for __main__, but that causes stubtest to check itself
1894
-ANNOYING_STDLIB_MODULES: typing_extensions.Final = frozenset({"antigravity", "this", "__main__"})
+ANNOYING_STDLIB_MODULES: typing_extensions.Final = frozenset(
1895
+ {"antigravity", "this", "__main__", "_ios_support"}
1896
+)
1897
1898
1899
def test_stubs(args: _Arguments, use_builtins_fixtures: bool = False) -> int:
0 commit comments