black internally uses multiprocessing for speed. In pre-commit 1.13.0 this is automated by the framework itself however if both pre-commit and black are forking processes this is slower and hits race-conditions in `black`.
this should allow precommit hooks to be used with py37
This string appears on the hooks page on pre-commit.com.
Fixes #103