Skip to content

Commit

Permalink
Freeze black to 19.10b0 version
Browse files Browse the repository at this point in the history
Black fails with "I/O operation on closed file", see the
reported issue on black: psf/black#1664
  • Loading branch information
enzbang committed Sep 2, 2020
1 parent d81ee88 commit b07c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -32,7 +32,7 @@ commands=
# Use latest supported version of Python to run the style checks
basepython = python3.8
deps =
black
black==19.10b0
mypy
flake8
flake8-bugbear
Expand Down

0 comments on commit b07c7a7

Please sign in to comment.