-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Formatting error on PR #1687
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
Comments
The following way the tests would pass:
Any particular reason why you want to change original formatting? |
This is the original codes, but it didn't get passed.
It seems like black will always format it as |
Hi, could you go with the black format by running |
@yijiezh did you try @chuyang-deng's suggestion? |
@yijiezh I see the changes are merge. The formatting are succeeding in the recent PRs. Closing this issue, please feel free to reopen if there are any more questions |
Describe the bug
I was trying to send out a PR for a fix.
#1618
The PR keep failing with formatting error introduced by black and flake8.
black will always format the line into
While flake8 will always complain about ',' should be followed by a space.
I tried different approaches but black will always formatting it back to the format above.
Any suggestion?
The text was updated successfully, but these errors were encountered: