Browse Source

chore: update black property

pull/19/head
mingrammer 4 years ago
parent
commit
5cba51343e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@@ -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"



Loading…
Cancel
Save