mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 08:34:23 +08:00
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.
992 B
992 B