Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
setup: Pin black to 19.10b0
Browse files Browse the repository at this point in the history
The latest release of black wants to reformat all our code. We will from
now on be sticking with black version 19.10b0.

Fixes: #236

Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Sep 2, 2020
1 parent d57f427 commit 4fe5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"sphinx",
"sphinx_rtd_theme",
"recommonmark",
"black",
"black==19.10b0",
"jsbeautifier",
"twine",
],
Expand Down

0 comments on commit 4fe5b30

Please sign in to comment.