X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ef362b4ea84669ed38ea108aee4117e8fadf1cf0..c50b10749369b0175994c4da0c78876c71ae75dc:/pyproject.toml?ds=inline diff --git a/pyproject.toml b/pyproject.toml index 13f75a9..5ee0811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ exclude = ''' # The following are specific to Black, you probably don't want those. | blib2to3 | tests/data + | profiling )/ ''' @@ -32,7 +33,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.6b2" +version = "18.6b4" description = "The uncompromising code formatter." readme = "README.md" # FIXME: use proper Unicode below when new `pip` comes out with a fix for