Skip to content

Commit

Permalink
remove redundant black version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jul 6, 2020
1 parent a07f7c3 commit 5d32729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ refract = "==0.4.0"
[tool.poetry.dev-dependencies]
isort = "^5.0"
flake8 = "^3.8.3"
black = { version = "==19.10b0", allow-prereleases = true, python = "^3.6" }
black = { version = "==19.10b0", allow-prereleases = true }
coveralls = "^2.0.0"

[build-system]
Expand Down

0 comments on commit 5d32729

Please sign in to comment.