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

Future of string_processing C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. T: bug Something isn't working
#4208 opened Feb 5, 2024 by JelleZijlstra updated Jun 20, 2024
hug_parens_with_braces_and_square_brackets: "Black produced code that is not equivalent to the source" error in preview mode on function call with two type:ignore comments C: crash Black is crashing C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. T: bug Something isn't working
#4036 opened Nov 9, 2023 by DetachHead updated May 23, 2024
wrap_long_dict_values_in_parens can remove parentheses C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. T: bug Something isn't working
#4158 opened Jan 20, 2024 by JelleZijlstra updated Apr 22, 2024
Preview style feedback: Parenthesizing long dict, conditional, and type annotations C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. T: style What do we want Blackened code to look like?
#4123 opened Dec 22, 2023 by MichaReiser updated Jan 31, 2024
multiline_string_handling sometimes leads to worse formatting C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. T: bug Something isn't working
#4159 opened Jan 20, 2024 by JelleZijlstra updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
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 updated Jan 30, 2024
Suboptimal line split choices with wrap_long_dict_values_in_parens 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? T: style What do we want Blackened code to look like?
#3452 opened Dec 19, 2022 by tolomea updated Dec 29, 2023
hug_parens_with_braces_and_square_brackets: Doesn't hug if all entries fit on a line C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. T: style What do we want Blackened code to look like?
#4099 opened Dec 11, 2023 by MichaReiser updated Dec 11, 2023
hug_parens_with_braces_and_square_brackets: Recursively hugging parens decrease readability C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. T: style What do we want Blackened code to look like?
#4098 opened Dec 10, 2023 by MichaReiser updated Dec 11, 2023
ProTip! Find all open issues with in progress development work with linked:pr.