-
-
Notifications
You must be signed in to change notification settings - Fork 290
Fix F403 wildcart import used in astroid/__init__.py #1271
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
Conversation
And apply flake8 on setup.py and astroid/__init__.py
It look like removing the wildcart import made pylint realize about a number of pre-existing issues ! |
|
…e8-f403-in-astroid-__init__.py
Blocked by #1415. Most of the other issues come from |
…e8-f403-in-astroid-__init__.py
@Pierre-Sassoulas This is ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't approve my own PR but LGTM :)
Description
Type of Changes
Related Issue
Follow up to #1240