-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Long lines that concatenate list comprehensions
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#4353
opened May 8, 2024 by
tomkcook
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
Single line with binary operator in commented list causes additional line breaks
F: linebreak
How should we split up lines?
T: bug
Something isn't working
#4026
opened Nov 6, 2023 by
zyzzyxdonta
Undesired line breaks when using multiple assignments
F: linebreak
How should we split up lines?
T: bug
Something isn't working
#3854
opened Aug 24, 2023 by
yilei
Addition of type ignore causes undesirable splitting on another line
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
F: linebreak
How should we split up lines?
T: bug
Something isn't working
#3681
opened May 6, 2023 by
hauntsaninja
Break expression in arguments if the call has comments.
F: linebreak
How should we split up lines?
#3626
opened Mar 28, 2023 by
mvaled
Less whitespace when a function call contains a single list/dict/tuple/string
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#3621
opened Mar 23, 2023 by
st-pasha
Multiple accesses are turned multiline when the last argument of a call has a trailing comma
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#3582
opened Feb 25, 2023 by
halworsen
line sometimes split in the middle of a dictionary .get()
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#3579
opened Feb 22, 2023 by
mccarthyp-snet
Double list index results in newline
F: linebreak
How should we split up lines?
#3553
opened Feb 7, 2023 by
davidgilbertson
Black doesn't split too long for-in in list comprehension
F: linebreak
How should we split up lines?
F: linetoolong
Black makes our lines too long
T: bug
Something isn't working
#3498
opened Jan 15, 2023 by
AdeliManesh
Suboptimal line split choices with 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?
wrap_long_dict_values_in_parens
C: preview style
#3452
opened Dec 19, 2022 by
tolomea
Long dict key with operators are oddly broken into multiple lines
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?
#3442
opened Dec 15, 2022 by
yilei
[style] Function default parameters - ugly lambda explosion
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#3432
opened Dec 12, 2022 by
Starwort
Breaking The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
# pyright: ignore[]
used with # type: ignore[]
comments on short lines
F: comments
#3399
opened Nov 30, 2022 by
Avasam
Type hint wrapping after comment
F: linebreak
How should we split up lines?
T: bug
Something isn't working
#3350
opened Oct 22, 2022 by
henryiii
Break long lines at dominant semantic features
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#3346
opened Oct 21, 2022 by
naught101
Trailing comma gives newline on wrong expressions
F: linebreak
How should we split up lines?
F: trailing comma
Full of magic
T: bug
Something isn't working
#3268
opened Sep 12, 2022 by
jlubcke
Is there any way to avoid __getitem__ fom
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#3238
opened Aug 25, 2022 by
Opalo
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
Black doesn't wrap functions with parameter comments
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
F: linebreak
How should we split up lines?
T: bug
Something isn't working
#3113
opened Jun 8, 2022 by
liam-mipac
Sensible minimum number of char width "won back" before indentation used.
F: linebreak
How should we split up lines?
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?
#2954
opened Mar 25, 2022 by
mangelozzi
Unexpected formatting of subscript fluent interface
F: linebreak
How should we split up lines?
T: style
What do we want Blackened code to look like?
#2920
opened Mar 14, 2022 by
petersaalbrink
pylint inline comments wrapped to wrong line
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
F: linebreak
How should we split up lines?
T: bug
Something isn't working
#2843
opened Jan 31, 2022 by
drootang
Needless line breaks in How should we split up lines?
T: style
What do we want Blackened code to look like?
k in f(long literal).method()
F: linebreak
#2692
opened Dec 15, 2021 by
rdaysky
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.