Skip to content

Commit 0da5d76

Browse files
e2jkMisterEggnog
authored andcommitted
Update version of Black dependency (sourcery-ai#6)
(since black is still marked as pre-release, need to pin down the exact version, 20.8b1 is currently the latest)
1 parent 561beac commit 0da5d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.repo_name}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python_version = "{python_version}"
99
[packages]
1010

1111
[dev-packages]
12-
black = "==19.3b0"
12+
black = "==20.8b1"
1313
flake8 = "*"
1414
isort = "*"
1515
mypy = "*"

0 commit comments

Comments
 (0)