Running **Black** 20.8b1 with the `--diff` option on a tree (> 100 files) produces errors like ``` error: cannot format tests/api/test_core.py: I/O operation on closed file ``` Running `black --diff` with a single file does not produce this error. Linux/Python 3.7.8+