From 537b7305586067a15362ed77f8fe1972565f84fa Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Mon, 20 Jul 2020 23:01:21 -0700 Subject: [PATCH] Update to pytype 2020.07.20 and remove nmap from the exclude list. (#4348) --- requirements-tests-py3.txt | 2 +- tests/pytype_exclude_list.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index 72c5cf0b5..b06ea2631 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -5,4 +5,4 @@ flake8==3.8.3 flake8-bugbear==20.1.4 flake8-pyi==20.5.0 isort[pyproject]==5.1.1 -pytype>=2020.06.26 +pytype>=2020.07.20 diff --git a/tests/pytype_exclude_list.txt b/tests/pytype_exclude_list.txt index dd49a4d53..8641d4e6b 100644 --- a/tests/pytype_exclude_list.txt +++ b/tests/pytype_exclude_list.txt @@ -15,7 +15,3 @@ third_party/2and3/attr/converters.pyi third_party/2and3/attr/filters.pyi third_party/2and3/attr/validators.pyi third_party/2and3/pynamodb/models.pyi - -# https://github.com/google/pytype/issues/613 -third_party/2and3/nmap/__init__.pyi -third_party/2and3/nmap/nmap.pyi