Bryan Bugyi
Bryan Bugyi
@TylerYep I opened a new issue for this bug (https://github.com/psf/black/issues/2284). I'm working on a fix now. EDIT: This should be fixed with the following PR: https://github.com/psf/black/pull/2286
@dvarrazzo Keep in mind that this workaround is _only_ necessary because the full string can be merged and placed on a single line _without_ exceeding the configured line length limit....
@MattF-NSIDC See [my response][1] to dvarrazzo above. I agree that the documentation in the "Future Style" section should probably be updated to include this additional user-split constaint. Namely: "The full...
@ajoino See https://github.com/psf/black/pull/1132#issuecomment-633160565 and surrounding comments for a previous discussion on this. As I said then, I don't have a _strong_ preference here, but my vote would be for the...
@ajoino Ahh, I see. I agree with you on this point: Aligning the quotation marks seems desirable and shouldn't have any negative consequences that I can think of. I don't...
#1132 sets up the ground work for this. Here is an example of how long f-strings should be expected to behave after this pull request is merged: ``` python #####...
Thanks for the contribution! I want to try to replicate #24 and verify that this PR fixes the issue on my end before merging. Don't have time ATM, but I'll...
@magpie514 Thanks for submitting this. While not an unreasonable request by any means, I don't personally agree with this. I think it falls into the category of trying to catch...
Reopening this issue until I have time to test #28.
It looks like you are using a MacOS system. MacOS uses a different version of getopt than Linux does. You can install a GNU version of getopt and set it...