Skip to content

Commit

Permalink
Update black to 21.6b0. (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jun 24, 2021
1 parent 85b2f17 commit 8cbe3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/228.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update black to 21.6b0.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def read(fname: Union[str, "PathLike[str]"]) -> str:
extras_require={
"dev": [
"coverage~=5.5",
"black==20.8b1",
"black==21.6b0",
"flake8==3.9.0",
"isort~=5.0",
"mypy==0.812",
Expand Down

0 comments on commit 8cbe3d6

Please sign in to comment.