-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Black should remove unnecessary outer parentheses around function arguments #548
Labels
T: style
What do we want Blackened code to look like?
Comments
Something that is likely another issue, but similar:
will also be left unchanged tested with |
Duplicate of #445 |
Don't think this is quite a dupe. |
Both involve black removing unnecessary tuple parentheses. The code to fix one will likely fix the other. |
JelleZijlstra
added a commit
to JelleZijlstra/black
that referenced
this issue
May 14, 2019
JelleZijlstra
added a commit
that referenced
this issue
May 16, 2019
This was referenced Oct 13, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating system: Fedora release 27
Python version: Python 3.6.6
Black version: 18.9b0
Does also happen on master: Yes
Input:
Expected change:
Actual: file left unchanged
The text was updated successfully, but these errors were encountered: