Skip to content

Commit

Permalink
Upgrade black to 19.3b0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 10, 2019
1 parent fc9e6c5 commit bc1c6e2
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 @@ -113,7 +113,7 @@ def get_git_commit_datetime() -> str:

# Should be as close to Home Assistant dev/master as possible
TESTS_REQUIRE = [
"black==18.9b0;python_version>'3.6'",
"black==19.3b0;python_version>'3.6'",
'coveralls==1.2.0',
'flake8-docstrings==1.3.0',
'flake8==3.7.7',
Expand Down

0 comments on commit bc1c6e2

Please sign in to comment.