-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
in keyword in class method causes indentation problem #1846
Comments
@bitwiseman Hi! I'm new to open source contributions and am considering addressing this issue. Before I take it though, I was wondering, is it still a requirement to ensure feature parity as described in Contributions.md? If so, what's the best way to reproduce this error in the Python implementation after forking and cloning the repo locally? Thanks. |
I believe I figured out the answer to my question above. I am now working on this change. I will keep you all updated on my progress! |
Hi all, I just opened up PR #2004. Let me know what you think. There is one thing that I wanted to bring up though (also under "CURRENT DISCUSSION" in the PR):
|
Yes.
Did you run |
Yes, to test this, I reverted my changes to
which I think means that no Python tests failed even after I reverted my changes in Looking into this further, I can actually see that my unit tests were automatically generated in I know I can't make changes to |
Description
Class with a function named "in" causes indentation issue:
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Steps to Reproduce
Tried on https://beautifier.io/
The text was updated successfully, but these errors were encountered: