X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/129ebd53a66b4a8069321742aeecfafb44c76fd9..acafdcb5945cda8d424b2dbd0f9d0d56cf658533:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 2574c55..540960e 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ to denote a significant space character. ```toml [tool.black] line-length = 88 -target_version = ['py37'] +target-version = ['py37'] include = '\.pyi?$' exclude = ''' @@ -951,6 +951,11 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log +### 19.3b1 + +* fix bug that led *Black* format some code with a line length target of 1 + (#762) + ### 19.3b0 * new option `--target-version` to control which Python versions