X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/de702bcdf1f76e485117dd4a2ce93daa1024900f..08f1cdd00b4876b2a0545d46981924d5873a3289:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 4253a78..aa44ec3 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,10 +33,12 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.6b2" +version = "18.6b4" description = "The uncompromising code formatter." readme = "README.md" -authors = ["Łukasz Langa "] +# FIXME: use proper Unicode below when new `pip` comes out with a fix for +# https://github.com/pypa/pip/pull/5482. +authors = ["Lukasz Langa "] homepage = "https://github.com/ambv/black/" documentation = "https://black.readthedocs.io/en/stable/" license = "MIT" @@ -67,6 +70,6 @@ coverage = "^4.5" flake8 = "^3.5" flake8-bugbear = "^18.2" flake8-mypy = "^17.8" -mypy = "^0.600" +mypy = "^0.620" readme_renderer = "^21.0" recommonmark = "^0.4.0"