mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 14:45:23 +08:00
Clean out the pytype blacklist (#1667)
This commit is contained in:
committed by
Matthias Kramm
parent
9e76d44b09
commit
817c270c32
@@ -8,39 +8,6 @@ stdlib/2/typing.pyi
|
||||
stdlib/3/builtins.pyi
|
||||
stdlib/3/typing.pyi
|
||||
|
||||
# pytype doesn't yet support "# type: ignore" after decorators, sometimes
|
||||
# used when overriding methods, especially those inherited from container
|
||||
# abstract base classes:
|
||||
stdlib/3/array.pyi
|
||||
|
||||
# Because of 'from . import path':
|
||||
stdlib/2/os/__init__.pyi
|
||||
stdlib/3/os/__init__.pyi
|
||||
|
||||
# We've not been running the pytype tests under Python 3, for quite a while.
|
||||
# The below are files that have regressed and need fixing:
|
||||
stdlib/3/collections/__init__.pyi
|
||||
stdlib/3/collections/abc.pyi
|
||||
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/http/__init__.pyi
|
||||
stdlib/3/http/cookiejar.pyi
|
||||
stdlib/3/inspect.pyi
|
||||
stdlib/3/json/__init__.pyi
|
||||
stdlib/3/ssl.pyi
|
||||
stdlib/3/subprocess.pyi
|
||||
stdlib/3/sys.pyi
|
||||
stdlib/3/textwrap.pyi
|
||||
stdlib/3/time.pyi
|
||||
stdlib/3/types.pyi
|
||||
stdlib/3/unittest/__init__.pyi
|
||||
stdlib/3/wsgiref/types.pyi
|
||||
stdlib/3.4/asyncio/events.pyi
|
||||
stdlib/3.4/asyncio/futures.pyi
|
||||
stdlib/3.4/asyncio/locks.pyi
|
||||
stdlib/3.4/asyncio/queues.pyi
|
||||
stdlib/3.4/asyncio/streams.pyi
|
||||
stdlib/3.4/asyncio/subprocess.pyi
|
||||
# pytype doesn't yet support aliases with implicit type parameters
|
||||
# (e.g., here, FutureT = Future[T])
|
||||
stdlib/3.4/asyncio/tasks.pyi
|
||||
|
||||
Reference in New Issue
Block a user