X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ed9b31b1394bc4c57bad08a065477323c458e9c3..8f380911e0cd8057bd9a1f0c418d81195ce858a3:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 6ac19bc..186bd0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,12 @@ [tool.black] line-length = 88 -py36 = true +target-version = ['py36', 'py37', 'py38'] include = '\.pyi?$' exclude = ''' /( - \.git + \.eggs + | \.git | \.hg | \.mypy_cache | \.tox @@ -34,7 +35,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.9b0" +version = "19.3b0" description = "The uncompromising code formatter." readme = "README.md" authors = [ @@ -45,7 +46,7 @@ authors = [ "Mika Naylor ", "Zsolt Dollenstein ", ] -homepage = "https://github.com/ambv/black/" +homepage = "https://github.com/python/black/" documentation = "https://black.readthedocs.io/en/stable/" license = "MIT" keywords = ["automation", "formatter", "yapf", "autopep8", "gofmt"]