Skip to content

Issues: psf/black

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Bug hazard - multiple strings given same indentation F: parentheses Too many parentheses, not enough parentheses, and so on. F: strings Related to our handling of strings T: style What do we want Blackened code to look like?
#4249 opened Feb 23, 2024 by JamesHutchison
string_processing: Error when re-flowing implicitly concatenated r-strings C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
#3855 opened Aug 27, 2023 by Feuermurmel
string_processing: makes it impossible to use a comment to ignore a static type violation C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
#3802 opened Jul 19, 2023 by tylerlaprade
string_processing: Long dictionary and f-string not formatted after breaking first line C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
#3747 opened Jun 23, 2023 by workonoss
string_processing: duplicates comments when reformatting a multi-line call with comments in the middle C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
#3665 opened Apr 27, 2023 by yilei
string_processing: Better whitespace allocation for an assert statement C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: style What do we want Blackened code to look like?
#3663 opened Apr 26, 2023 by st-pasha
Enforce leading vs trailing spaces in existing multiline strings F: strings Related to our handling of strings T: style What do we want Blackened code to look like?
#3504 opened Jan 18, 2023 by jakkdl
string_processing: Multiline string concatenated to be over line length in function argument default value C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
#3497 opened Jan 13, 2023 by felix-hilden
string_processing: Extra parentheses added even when string isn't split C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: parentheses Too many parentheses, not enough parentheses, and so on. F: strings Related to our handling of strings T: bug Something isn't working
#3466 opened Dec 20, 2022 by wookie184
string_processing: Crash with comment inside implicitly concatenated string (and --line-length 4) C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
#3428 opened Dec 10, 2022 by JelleZijlstra
string_processing: Instability with line length = 8 and parenthesized string C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. C: unstable formatting Formatting changed on the second pass F: parentheses Too many parentheses, not enough parentheses, and so on. F: strings Related to our handling of strings T: bug Something isn't working
#3424 opened Dec 10, 2022 by JelleZijlstra
string_processing: Ugly reformatting of string literal with .format() method C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: parentheses Too many parentheses, not enough parentheses, and so on. F: strings Related to our handling of strings T: bug Something isn't working
#3410 opened Dec 9, 2022 by JelleZijlstra
string_processing: reformats to exceed line length and is also ugly C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
#3409 opened Dec 9, 2022 by hauntsaninja
string_processing: Worse formatting of assert C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: linebreak How should we split up lines? F: strings Related to our handling of strings T: bug Something isn't working T: style What do we want Blackened code to look like?
#3210 opened Aug 5, 2022 by hauntsaninja
Better quotes normalisation with triple quotes F: strings Related to our handling of strings S: needs discussion Needs further hashing out before ready for implementation (on desirability, feasibility, etc.) T: style What do we want Blackened code to look like?
#3196 opened Jul 28, 2022 by hauntsaninja
Black not line wrapping tuples with long strings F: linetoolong Black makes our lines too long F: strings Related to our handling of strings T: bug Something isn't working
#3086 opened May 25, 2022 by hauntsaninja
Format string annotations and type aliases F: strings Related to our handling of strings T: enhancement New feature or request T: style What do we want Blackened code to look like?
#3067 opened May 11, 2022 by Phlogistique
Normalise "R" string prefix to lower case F: strings Related to our handling of strings T: style What do we want Blackened code to look like?
#2741 opened Jan 3, 2022 by felix-hilden
Black result not equivalent to the source with multiline format string in a function F: docstrings How we format docstrings F: strings Related to our handling of strings T: bug Something isn't working
#2683 opened Dec 10, 2021 by MarcinKonowalczyk
string_processing: Use explicit string concatenation C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: style What do we want Blackened code to look like?
#2553 opened Oct 21, 2021 by chasefinch
Line break before operator added only with --experimental-string-processing F: linebreak How should we split up lines? F: strings Related to our handling of strings T: bug Something isn't working
#2491 opened Sep 11, 2021 by Zac-HD
string_processing: Handle overloaded operators when splitting long strings C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: linebreak How should we split up lines? F: strings Related to our handling of strings S: accepted The changes in this design / enhancement issue have been accepted and can be implemented T: enhancement New feature or request
#2334 opened Jun 13, 2021 by bbugyi200
string_processing: Performance regression C: performance Black is too slow. Or too fast. C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings
#2314 opened Jun 7, 2021 by JelleZijlstra
Black is not removing unnecessary + signs in concatenated strings F: strings Related to our handling of strings T: style What do we want Blackened code to look like?
#2268 opened May 28, 2021 by tmotyl
Enable --experimental-string-processing to be default F: strings Related to our handling of strings S: accepted The changes in this design / enhancement issue have been accepted and can be implemented T: enhancement New feature or request T: style What do we want Blackened code to look like?
#2188 opened May 3, 2021 by cooperlees
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.