From 78982de5be6391de7a6a7c3bf40fb8b3fd422b2e Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Wed, 15 May 2019 14:53:13 -0700 Subject: [PATCH] Remove all pyi files that use nested classes from the pytype blacklist. (#2993) We finally support this! --- requirements-tests-py3.txt | 2 +- tests/pytype_blacklist.txt | 38 -------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index e3f13a8d5..5c23efe5e 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -3,4 +3,4 @@ typed-ast>=1.0.4 flake8==3.6.0 flake8-bugbear==18.8.0 flake8-pyi==18.3.1 -pytype>=2019.5.8 +pytype>=2019.5.15 diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index 39b00edfd..8fdd78bee 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -14,42 +14,4 @@ third_party/2and3/attr/__init__.pyi third_party/2and3/attr/converters.pyi third_party/2and3/attr/filters.pyi third_party/2and3/attr/validators.pyi -third_party/2and3/boto/utils.pyi -third_party/2and3/dateutil/rrule.pyi -third_party/2and3/google/protobuf/any_pb2.pyi -third_party/2and3/google/protobuf/any_test_pb2.pyi -third_party/2and3/google/protobuf/api_pb2.pyi -third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi -third_party/2and3/google/protobuf/descriptor.pyi -third_party/2and3/google/protobuf/descriptor_pb2.pyi -third_party/2and3/google/protobuf/duration_pb2.pyi -third_party/2and3/google/protobuf/empty_pb2.pyi -third_party/2and3/google/protobuf/field_mask_pb2.pyi -third_party/2and3/google/protobuf/internal/containers.pyi -third_party/2and3/google/protobuf/json_format.pyi -third_party/2and3/google/protobuf/map_proto2_unittest_pb2.pyi -third_party/2and3/google/protobuf/map_unittest_pb2.pyi -third_party/2and3/google/protobuf/message.pyi -third_party/2and3/google/protobuf/message_factory.pyi -third_party/2and3/google/protobuf/service.pyi -third_party/2and3/google/protobuf/source_context_pb2.pyi -third_party/2and3/google/protobuf/struct_pb2.pyi -third_party/2and3/google/protobuf/symbol_database.pyi -third_party/2and3/google/protobuf/test_messages_proto2_pb2.pyi -third_party/2and3/google/protobuf/test_messages_proto3_pb2.pyi -third_party/2and3/google/protobuf/timestamp_pb2.pyi -third_party/2and3/google/protobuf/type_pb2.pyi -third_party/2and3/google/protobuf/unittest_arena_pb2.pyi -third_party/2and3/google/protobuf/unittest_custom_options_pb2.pyi -third_party/2and3/google/protobuf/unittest_import_pb2.pyi -third_party/2and3/google/protobuf/unittest_import_public_pb2.pyi -third_party/2and3/google/protobuf/unittest_mset_pb2.pyi -third_party/2and3/google/protobuf/unittest_mset_wire_format_pb2.pyi -third_party/2and3/google/protobuf/unittest_no_arena_import_pb2.pyi -third_party/2and3/google/protobuf/unittest_no_arena_pb2.pyi -third_party/2and3/google/protobuf/unittest_no_generic_services_pb2.pyi -third_party/2and3/google/protobuf/unittest_pb2.pyi -third_party/2and3/google/protobuf/unittest_proto3_arena_pb2.pyi -third_party/2and3/google/protobuf/util/json_format_proto3_pb2.pyi -third_party/2and3/google/protobuf/wrappers_pb2.pyi third_party/2and3/pynamodb/models.pyi