Skip to content

Issues: psf/black

Setting the 2024 stable style
#4042 by hauntsaninja was closed Jan 25, 2024
Closed 33
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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

formatter and symbolic link T: bug Something isn't working
#4234 opened Feb 15, 2024 by need47
Remove parentheses around simple top-level expressions F: parentheses Too many parentheses, not enough parentheses, and so on. T: enhancement New feature or request
#4231 opened Feb 13, 2024 by JelleZijlstra
Black does not print errors with --quiet --check C: configuration CLI and configuration T: bug Something isn't working
#4227 opened Feb 12, 2024 by galdor
black internal error on line-broken == C: crash Black is crashing F: comments The syntactic kind. Not in the language grammar, always on our minds. Best bugs. T: bug Something isn't working
#4220 opened Feb 9, 2024 by Jacobfaib
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
Improve the style of breaking long lines into two T: style What do we want Blackened code to look like?
#4203 opened Feb 1, 2024 by marcinwazny
Deprecate unusual ways to set things in pyproject.toml C: configuration CLI and configuration T: enhancement New feature or request
#4178 opened Jan 26, 2024 by JelleZijlstra
Line too long: Long from import F: linetoolong Black makes our lines too long T: bug Something isn't working
#4177 opened Jan 26, 2024 by marianatuma
Unexpected incompatibility with reorder-python-imports T: bug Something isn't working
#4175 opened Jan 26, 2024 by maxwell-k
Latest docker images fail with an ImportError T: bug Something isn't working
#4163 opened Jan 22, 2024 by ravishi
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
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
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
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
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
don't split binary operation if right operand is a function call with short name T: style What do we want Blackened code to look like?
#4092 opened Dec 9, 2023 by denballakh
Break long expressions at operators, not inside inner parentheses T: style What do we want Blackened code to look like?
#4075 opened Nov 28, 2023 by mfripp
Wrapping lines of a function signature that uses the new python 3.12 generic type parameter syntax F: linebreak How should we split up lines? S: accepted The changes in this design / enhancement issue have been accepted and can be implemented T: style What do we want Blackened code to look like?
#4071 opened Nov 26, 2023 by Questionsdenombres
Add parenthesis around walrus T: enhancement New feature or request
#4058 opened Nov 20, 2023 by Conchylicultor
ProTip! Exclude everything labeled bug with -label:bug.