From 7a7873aa943ab6d1357299a6c4627c31f63994cf Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Fri, 9 Sep 2016 12:28:54 -0700 Subject: [PATCH] adjust pytype blacklist (#529) Remove argparse, tarfile and logging/handlers. --- tests/pytype_blacklist.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index 881e7413e..d60aef402 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -1,10 +1,7 @@ # Pytype blacklist. Files will not be tested with pytype. -2.7/__builtin__.pyi -2.7/builtins.pyi -2.7/types.pyi -2.7/typing.pyi -2and3/argparse.pyi -2and3/logging/handlers.pyi -2and3/tarfile.pyi -2and3/webbrowser.pyi +stdlib/2.7/__builtin__.pyi +stdlib/2.7/builtins.pyi +stdlib/2.7/types.pyi +stdlib/2.7/typing.pyi +stdlib/2and3/webbrowser.pyi