X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/55121195ce526aed2130c4df142b87e066744179..a2f6706a1ea026cbe0e7d83caffa6c13c463bfe1:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index fca5055..3b192bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ [tool.black] line-length = 88 -py36 = true +target_version = ['py36', 'py37', 'py38'] include = '\.pyi?$' exclude = ''' /( @@ -35,7 +35,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.9b0" +version = "19.3b0" description = "The uncompromising code formatter." readme = "README.md" authors = [