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

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
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
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
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
Black should never try to format symlinks T: enhancement New feature or request
#3880 opened Sep 11, 2023 by JelleZijlstra
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
Additional sanity checks T: enhancement New feature or request
#3429 opened Dec 10, 2022 by JelleZijlstra
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
Document PyInstaller binaries T: documentation Improvements to the docs (e.g. new topic, correction, etc)
#2492 opened Sep 11, 2021 by JelleZijlstra
Switch to a new parser C: parser How we parse code. Or fail to parse it. S: accepted The changes in this design / enhancement issue have been accepted and can be implemented T: enhancement New feature or request
#2318 opened Jun 8, 2021 by JelleZijlstra
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
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
Speed regression since 19.10b0 on large collection C: performance Black is too slow. Or too fast. T: bug Something isn't working
#1581 opened Aug 11, 2020 by JelleZijlstra
Misleading formatting of long parenthesized yields of tuples 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?
#1553 opened Jul 16, 2020 by JelleZijlstra
Auto-parenthesize multipart strings F: parentheses Too many parentheses, not enough parentheses, and so on. T: enhancement New feature or request
#1416 opened May 16, 2020 by JelleZijlstra
ProTip! Exclude everything labeled bug with -label:bug.