Pinned issues
Issues
- 0
Stability issue with long comment in parentheses
#4519 opened by hauntsaninja - 0
- 0
- 2
Latest black (25.1.0) adds a newline after docstring and before pass in an exception class
#4571 opened by simonw - 3
- 1
Running black under Python versions 3.10.15 and 3.10.16 yields different results for parentheses inside case statements
#4569 opened by jsolbrig - 4
- 5
Black support for Databricks notebook formatting - Ignore lines starting with ! or %
#4556 opened by vivek-freddy - 4
`# fmt: skip` doesn't work with multiline strings
#4513 opened by MeGaGiGaGon - 2
Inconsistencies in how line breaks are added in long "dot-chains", depending on brackets and function calls
#4554 opened by oyvindronningstad - 5
Odd empty newline when defining classes or functions within an if-else clause
#4557 opened by tanrbobanr - 3
`tests/test_blackd.py` runs out of fds on systems with high nproc (is blackd leaking fds?)
#4504 opened by mgorny - 7
Setting the 2025 stable style
#4522 opened by JelleZijlstra - 1
--stdio causes VSCode extension to crash on start
#4550 opened by ghanta1996 - 2
SystemError: extension module 'black' is already cached
#4544 opened by tyralla - 2
- 16
- 3
New lines for generics in functions
#4534 opened by framunoz - 5
`hex_codes_in_unicode_sequences`: restrictions around f-strings are too strict
#4523 opened by MeGaGiGaGon - 2
Line break added in list comprehension separates variable from its expression
#4514 opened by funkybob - 2
Indenting space string concatenation in a list
#4532 opened by vjeux - 1
Change the formatting behaviour when there is bracket in the if statement, like a list, a function
#4516 opened by mandy6610 - 5
What are your plans for the Black 2025 style guide?
#4501 opened by MichaReiser - 4
- 1
fmt: skip not working black 24.10.0
#4515 opened by jaclark5 - 1
- 8
- 0
- 0
My_facebook.py
#4509 opened by Codepy001 - 0
E
#4508 opened by ANOINTED123 - 2
Avoid double indentation when unnecessary
#4505 opened by ego-thales - 2
Test organization improvements
#4506 opened by MeGaGiGaGon - 2
string-processing f-string debug expressions quotes changed when using conversion
#4495 opened by MeGaGiGaGon - 4
string-processing: F-string with triple quoted string containing single quotes
#4494 opened by MichaReiser - 2
Using Black Playground automatically adds a blank line after the comment. Using CMD does not automatically add this blank line, resulting in the comment being right next to the line of code below. So which one should I use?
#4500 opened by phanduynam - 1
Based on PEP 8 and common practice, it is recommended to use single quotes as the default choice instead of double quotes.
#4499 opened by phanduynam - 0
- 1
Inconsistent formatting of nested dicts
#4492 opened by jsongalvez - 2
Formatting does not occur when file autosaved
#4475 opened by bobf32 - 5
Support .editorconfig
#4487 opened by mbarneyjr - 2
Report error when processing folders on the command line
#4476 opened by wevsty - 2
- 3
Update documentation, error messages, etc. to reflect dropping Python 3.8 runtime support
#4472 opened by jtmedley - 2
- 2
No configuration used for paths after the first
#4461 opened by tmct - 1
- 1
Odd breaking of operators chain
#4455 opened by nowtryz - 2
- 5
Black crashes with INTERNAL ERROR: Black produced code that is not equivalent to the source.
#4454 opened by SimonDeBroyer - 7
On Apple M1, Black often drops the ":9]=" out of f"{...[:9]=}", as Internal Error
#4446 opened by pelavarre