forked from pool/python-black
de20fda3d916acb67c99eba4e077ef1d8261367ff3fed3218dc4c29304b5de90
* 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/package/show/devel:languages:python/python-black?expand=0&rev=52
Description
No description provided
Languages
Diff
100%