Files
typeshed/.flake8
Svyatoslav Ilinskiy a249b40a6d Make flake8 not complain about star imports (#1519)
This commit disables following flake8 errors:
* F403: `‘from module import *’ used; unable to detect undefined names`
* F405: `name may be undefined, or defined from star imports: module`

We don't need to worry about undefined names since running mypy_test.py
should detect such undefined names.
2017-08-03 14:26:31 -07:00

992 B