-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add code action for E242 #176
Conversation
@microsoft-github-policy-service agree |
It looks like we need a label to represent this change, is there anything I can do? |
@kyoto7250 Thanks for the PR. Everything is looking good. Can you fix the merge conflict and then we can merge this? |
d3a4cc2
), | ||
( | ||
"E271", | ||
"from collections import (namedtuple, defaultdict)", |
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 rearranged in order
I rebased the commit. |
close #29
This PR adds the rule for detecting
tab after ','
(E242
)