X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/eb5f84eb8c7a28bcebabd34a67121165eab3c930..c4d2db43231cb927c89a403e2837b7fee92a6ad5:/README.md diff --git a/README.md b/README.md index b8dee47..7aa988a 100644 --- a/README.md +++ b/README.md @@ -178,14 +178,14 @@ great. ```py3 # in: -l = [1, +j = [1, 2, 3, ] # out: -l = [1, 2, 3] +j = [1, 2, 3] ``` If not, *Black* will look at the contents of the first outer matching @@ -1045,6 +1045,12 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * if *Black* puts parenthesis around a single expression, it moves comments to the wrapped expression instead of after the brackets (#872) +* *Black* is now able to format Python code that uses assignment expressions + (`:=` as described in PEP-572) (#935) + +* *Black* is now able to format Python code that uses positional-only + arguments (`/` as described in PEP-570) (#946) + ### 19.3b0