Skip to content

Commit

Permalink
pyproject: Make black optional so travis doesn't break on pypy
Browse files Browse the repository at this point in the history
See also: psf/black#727
  • Loading branch information
tony committed Dec 26, 2019
1 parent 6128706 commit 565013a
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 @@ -45,7 +45,7 @@ intersphinx = ["tqdm"]
[tool.poetry.dev-dependencies]
flake8 = "^3.7.9"
isort = "^4.3.21"
black = "^19.10b0"
black = {version = "^19.10b0", optional = true}
sphinx = ">=2.0.0"
alagitpull = "<1"
sphinx_issues = "<2"
Expand Down

0 comments on commit 565013a

Please sign in to comment.