X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1bbb01b854d168d76ebe4bf78961c2152ae075d9..7c556faf5fc0747e60d85ff2a77e8138f9fd8b6b:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 9060dfa..dc93b37 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ you are probably already using. You'd do it like this: max-line-length = 80 ... select = C,E,F,W,B,B950 -ignore = E501 +ignore = E501,W503,E203 ``` You'll find *Black*'s own .flake8 config file is configured like this. @@ -1009,7 +1009,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log -### 19.5b0 +### unreleased * added `black -c` as a way to format code passed from the command line (#761) @@ -1042,6 +1042,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * *Black* no longer introduces quotes in f-string subexpressions on string boundaries (#863) +* if *Black* puts parenthesis around a single expression, it moves comments + to the wrapped expression instead of after the brackets (#872) + ### 19.3b0