Skip to content

Commit 5063cc0

Browse files
authored
Set black to >=19.3b0,<20 (#296)
1 parent e2f4582 commit 5063cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_git_commit_datetime() -> str:
9494

9595
# Should be as close to Home Assistant dev/master as possible
9696
TESTS_REQUIRE = [
97-
"black==19.3b0;python_version>'3.6'",
97+
"black>=19.3b0,<20;python_version>'3.6'",
9898
'coveralls==1.2.0',
9999
'flake8-docstrings==1.3.0',
100100
'flake8==3.7.7',

0 commit comments

Comments
 (0)