The Wayback Machine - https://web.archive.org/web/20221219004144/https://github.com/psf/black/issues
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
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

Option to ignore in-line comments T: enhancement New feature or request
#3450 opened Dec 18, 2022 by FSpanhel
Provide option for formatting fluent interfaces T: design What do we want Blackened code to look like?
#3449 opened Dec 18, 2022 by FSpanhel
Long dict key with operators are oddly broken into multiple lines T: design What do we want Blackened code to look like?
#3442 opened Dec 15, 2022 by yilei
Black adds an extra blank line to an import line that ends with # fmt: skip F: comments The syntactic kind. Not in the language grammar, always on our minds. Best bugs. F: fmtskip fmt: skip implementation T: bug Something isn't working
#3438 opened Dec 13, 2022 by yilei
Crash in preview style with multiline quoted return-position type hint C: crash Black is crashing C: preview style Issues with Black's preview style T: bug Something isn't working
#3435 opened Dec 12, 2022 by intgr
[style] Function default parameters - ugly lambda explosion T: design What do we want Blackened code to look like?
#3432 opened Dec 12, 2022 by Starwort
Formatting is slow using VS Code C: integrations Editor plugins and other integrations C: performance Black is too slow. Or too fast. help wanted Extra attention is needed T: user support OP looking for assistance or answers to a question
#3431 opened Dec 12, 2022 by luan-xiaokun
Additional sanity checks T: enhancement New feature or request
#3429 opened Dec 10, 2022 by JelleZijlstra
Crash with comment inside implicitly concatenated string (and --line-length 4) C: preview style Issues with Black's preview style T: bug Something isn't working
#3428 opened Dec 10, 2022 by JelleZijlstra
Crash with line-length 6 and multi-line docstring C: preview style Issues with Black's preview style F: docstrings How we format docstrings T: bug Something isn't working
#3427 opened Dec 10, 2022 by JelleZijlstra
Crash with line-length 18 and backslash in docstring C: crash Black is crashing C: preview style Issues with Black's preview style F: docstrings How we format docstrings T: bug Something isn't working
#3425 opened Dec 10, 2022 by JelleZijlstra
Instability with line length = 8 and parenthesized string C: preview style Issues with Black's preview style C: unstable formatting Formatting changed on the second pass F: parentheses Too many parentheses, not enough parentheses, and so on. T: bug Something isn't working
#3424 opened Dec 10, 2022 by JelleZijlstra
FR: Option for outputting the diff + applying the changes. T: enhancement New feature or request
#3417 opened Dec 10, 2022 by kxrob
Preview: Ugly reformatting of string literal with .format() method F: parentheses Too many parentheses, not enough parentheses, and so on. T: bug Something isn't working
#3410 opened Dec 9, 2022 by JelleZijlstra
--preview reformats to exceed line length and is also ugly C: preview style Issues with Black's preview style T: bug Something isn't working
#3409 opened Dec 9, 2022 by hauntsaninja
Setting the 2023 stable style C: maintenance Related to project maintenance, e.g. CI, testing, policy changes, releases help wanted Extra attention is needed T: design What do we want Blackened code to look like? T: enhancement New feature or request
#3407 opened Dec 9, 2022 by JelleZijlstra Release 23.1.0
Add newline before indentation decrease, except for continuation of logical blocks F: empty lines Wasting vertical space efficiently. T: design What do we want Blackened code to look like?
#3406 opened Dec 8, 2022 by csala
Make pre-commit mirror? C: integrations Editor plugins and other integrations C: performance Black is too slow. Or too fast. T: enhancement New feature or request
#3405 opened Dec 6, 2022 by MarcoGorelli
Pattern matching pattern does not follow line-length F: linetoolong Black makes our lines too long T: bug Something isn't working
#3403 opened Dec 5, 2022 by grantroch
Stop calling yourself "PEP 8 compliant" T: documentation Improvements to the docs (e.g. new topic, correction, etc)
#3401 opened Dec 2, 2022 by kytta
Breaking # pyright: ignore[] used with # type: ignore[] comments on short lines T: design What do we want Blackened code to look like?
#3399 opened Nov 30, 2022 by Avasam
Add an option to dereference symlinks T: enhancement New feature or request
#3395 opened Nov 27, 2022 by calliecameron
ProTip! Adding no:label will show everything without a label.