microsoft / vscode-flake8

Linting support for python using the flake8 library.
https://marketplace.visualstudio.com/items?itemName=ms-python.flake8
MIT License
41 stars 30 forks source link

Add code action for E242 #176

Closed kyoto7250 closed 1 year ago

kyoto7250 commented 1 year ago

close https://github.com/microsoft/vscode-flake8/issues/29

This PR adds the rule for detecting tab after ',' (E242)

kyoto7250 commented 1 year ago

@microsoft-github-policy-service agree

kyoto7250 commented 1 year ago

It looks like we need a label to represent this change, is there anything I can do?

karthiknadig commented 1 year ago

@kyoto7250 Thanks for the PR. Everything is looking good. Can you fix the merge conflict and then we can merge this?

kyoto7250 commented 1 year ago

@karthiknadig

I rebased the commit. Could you please check again?