Skip to content

Commit

Permalink
Remove Python release from black
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jun 20, 2021
1 parent 3406264 commit da82b32
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 @@ -94,7 +94,7 @@ def get_git_commit_datetime() -> str:

# Should be as close to Home Assistant dev/master as possible
TESTS_REQUIRE = [
"black>=20.8b1,<21;python_version>'3.6'",
'black>=20.8b1,<21',
'codecov>=2.0.15,<3',
'coveralls>=1.2.0,<2',
'flake8>=3.9,<4',
Expand Down

0 comments on commit da82b32

Please sign in to comment.