Skip to content

Commit baa414f

Browse files
authored
Update version of Black dependency (#6)
(since black is still marked as pre-release, need to pin down the exact version, 20.8b1 is currently the latest)
1 parent 597c808 commit baa414f

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)