-
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
Standalone comments still partially 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
#4296
opened Mar 31, 2024 by
sumezulike
Black puts "pyright: ignore" comments on the wrong line
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: bug
Something isn't working
#3946
opened Oct 16, 2023 by
RobinFrcd
Always respect original comment/code-order
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: enhancement
New feature or request
#3800
opened Jul 18, 2023 by
randolf-scholz
Black moves same-block trailing comment inside expression wrapped with parentheses
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: bug
Something isn't working
#3741
opened Jun 21, 2023 by
cnpryer
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
Exceptions to comment spacing
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
S: needs discussion
Needs further hashing out before ready for implementation (on desirability, feasibility, etc.)
T: enhancement
New feature or request
#3668
opened Apr 29, 2023 by
JelleZijlstra
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
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
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
is_type_comment() is wrong
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
good first issue
Good for newcomers
T: bug
Something isn't working
#2097
opened Apr 11, 2021 by
JelleZijlstra
Adding a comment on its own line in a list comprehension introduces line breaks in the code.
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: style
What do we want Blackened code to look like?
#1337
opened Apr 8, 2020 by
bersbersbers
Comments between fmt:on/off are reformatted
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
F: fmtoff
fmt: off implementation
T: bug
Something isn't working
#1245
opened Jan 23, 2020 by
marcelm
inline comments make subscription look really bad
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: style
What do we want Blackened code to look like?
#1125
opened Oct 30, 2019 by
wimglenn
Bug: linebreak in comparison in parens with comments in conditional is not stable
C: invalid code
Black destroyed a valid Python file
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: bug
Something isn't working
#638
opened Dec 12, 2018 by
Zac-HD
Comments interfering with fluent formatting
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: bug
Something isn't working
#458
opened Aug 17, 2018 by
max-sixty
Reflows of inline comments can cause misalignment
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: enhancement
New feature or request
#379
opened Jun 26, 2018 by
quodlibetor
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.