mirror of https://github.com/zulip/zulip.git
Exclude 'from typing import *' from linter.
This commit is contained in:
parent
8c0b110e9a
commit
d936bf61f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue