mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Remove a few files from the pytype blacklist. (#1628)
Fixes the following issues: * Literals rather than ... for default values * None rather than ... for default value of typed variable * Literals rather than ... # type for top level constants * # Foo rather than # type: Foo * return value of init not set to None
This commit is contained in:
committed by
Matthias Kramm
parent
d14272a14f
commit
d389ef3d85
@@ -8,9 +8,6 @@ stdlib/2/typing.pyi
|
||||
stdlib/3/builtins.pyi
|
||||
stdlib/3/typing.pyi
|
||||
|
||||
# Because of 'class ForkProcess(Any): # type: ignore'
|
||||
stdlib/3/multiprocessing/context.pyi
|
||||
|
||||
# Because of 'from . import path':
|
||||
stdlib/2/os/__init__.pyi
|
||||
stdlib/3/os/__init__.pyi
|
||||
@@ -23,25 +20,17 @@ stdlib/3/concurrent/futures/__init__.pyi
|
||||
stdlib/3/concurrent/futures/_base.pyi
|
||||
stdlib/3/concurrent/futures/process.pyi
|
||||
stdlib/3/concurrent/futures/thread.pyi
|
||||
stdlib/3/email/policy.pyi
|
||||
stdlib/3/fileinput.pyi
|
||||
stdlib/3/gzip.pyi
|
||||
stdlib/3/http/__init__.pyi
|
||||
stdlib/3/http/cookiejar.pyi
|
||||
stdlib/3/inspect.pyi
|
||||
stdlib/3/json/__init__.pyi
|
||||
stdlib/3/json/decoder.pyi
|
||||
stdlib/3/json/encoder.pyi
|
||||
stdlib/3/ssl.pyi
|
||||
stdlib/3/subprocess.pyi
|
||||
stdlib/3/sys.pyi
|
||||
stdlib/3/textwrap.pyi
|
||||
stdlib/3/time.pyi
|
||||
stdlib/3/tkinter/__init__.pyi
|
||||
stdlib/3/types.pyi
|
||||
stdlib/3/unittest/__init__.pyi
|
||||
stdlib/3/unittest/mock.pyi
|
||||
stdlib/3/urllib/parse.pyi
|
||||
stdlib/3/wsgiref/types.pyi
|
||||
stdlib/3.4/asyncio/events.pyi
|
||||
stdlib/3.4/asyncio/futures.pyi
|
||||
@@ -50,4 +39,3 @@ stdlib/3.4/asyncio/queues.pyi
|
||||
stdlib/3.4/asyncio/streams.pyi
|
||||
stdlib/3.4/asyncio/subprocess.pyi
|
||||
stdlib/3.4/asyncio/tasks.pyi
|
||||
stdlib/3.4/enum.pyi
|
||||
|
||||
Reference in New Issue
Block a user