forked from pool/python-black
fe8c36aa4000b581fce208e2d60fa8f46ff27101489d7dc84a56984679b75e12
- update to 23.11.0:
* Support formatting ranges of lines with the new `--line-
ranges` command-line option
* Fix crash on formatting bytes strings that look like
docstrings (#4003)
* Fix crash when whitespace followed a backslash before newline
in a docstring (#4008)
* Fix standalone comments inside complex blocks crashing Black
* Fix crash on formatting code like `await (a ** b)` (#3994)
* No longer treat leading f-strings as docstrings. This matches
Python's behaviour and fixes a crash (#4019)
* Consistently apply force exclusion logic before resolving
symlinks (#4015)
* Fix a bug in the matching of absolute path names in
`--include` (#3976)
OBS-URL: https://build.opensuse.org/request/show/1127150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-black?expand=0&rev=23
Description
No description provided
Languages
Diff
100%