mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 01:23:24 +08:00
Remove paramiko stubs from pytype_exclude_list. (#7669)
Pytype can parse these now.
This commit is contained in:
@@ -13,10 +13,6 @@ stubs/mysqlclient/MySQLdb/__init__.pyi
|
||||
stubs/mysqlclient/MySQLdb/connections.pyi
|
||||
stubs/mysqlclient/MySQLdb/cursors.pyi
|
||||
|
||||
# third_party stubs with constructs that pytype doesn't yet support:
|
||||
stubs/paramiko/paramiko/_winapi.pyi
|
||||
stubs/paramiko/paramiko/win_pageant.pyi
|
||||
|
||||
# _pb2.pyi have some constructs that break pytype
|
||||
# Eg
|
||||
# pytype.pyi.parser.ParseError: File: "/Users/nipunn/src/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi", line 195
|
||||
|
||||
Reference in New Issue
Block a user