Exclude 'from typing import *' from linter.

This commit is contained in:
Tim Abbott 2016-01-28 17:48:59 -08:00
parent 8c0b110e9a
commit d936bf61f9
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ def check_pyflakes():
if options.full or not \
('imported but unused' in ln or
'redefinition of unused' in ln or
"'from typing import *' used; unable to detect undefined names" in ln or
("zerver/models.py" in ln and
" undefined name 'bugdown'" in ln) or
("scripts/lib/pythonrc.py" in ln and