From 5cba51343e6a31820b0a578e792398809fa9d770 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Fri, 14 Feb 2020 00:47:19 +0900 Subject: [PATCH] chore: update black property --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 539ec904..e83c8756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ contextvars = { version = "^2.4", python = "~3.6" } [tool.poetry.dev-dependencies] pytest = "^3.0" pylint = "^2.4" -black = {version = "^18.3-alpha.0", allows-prereleases = true} +black = {version = "^18.3-alpha.0", allow-prereleases = true} rope = "^0.14.0" isort = "^4.3"