Skip to content

Make flake8 not complain about star imports #1519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2017

Conversation

ilinum
Copy link
Contributor

@ilinum ilinum commented Aug 3, 2017

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 flake8 not reporting undefined names since running mypy_test.py
should detect undefined names anyway.

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.
@gvanrossum gvanrossum merged commit a249b40 into python:master Aug 3, 2017
@ilinum ilinum deleted the flake8-allow-star-imports branch August 3, 2017 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants