Skip to content

Commit 8d567ab

Browse files
author
hauntsaninja
committed
allowlist
1 parent 0d0605e commit 8d567ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/stubtest_whitelists/py3_common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ collections.abc.* # Types are re-exported from _collections_abc, so errors shou
307307
tempfile._TemporaryFileWrapper.[\w_]+
308308
# Various classes in typing aren't types at runtime. In addition, mypy thinks some special forms are tautologically defined.
309309
typing.[A-Z]\w+
310+
typing_extensions\..*
310311
# We can't distinguish not having a default value from having a default value of inspect.Parameter.empty
311312
inspect.Parameter.__init__
312313
inspect.Signature.__init__

0 commit comments

Comments
 (0)