Black
- Fix failure caused by
fmt: skipand indentation (#2281) - Account for += assignment when deciding whether to split string (#2312)
- Correct max string length calculation when there are string operators (#2292)
- Fixed option usage when using the
--codeflag (#2259) - Do not call
uvloop.install()when Black is used as a library (#2303) - Added
--required-versionoption to require a specific version to be running (#2300) - Fix incorrect custom breakpoint indices when string group contains fake f-strings
(#2311) - Fix regression where
Rprefixes would be lowercased for docstrings (#2285) - Fix handling of named escapes (
\N{...}) when--experimental-string-processingis
used (#2319)