Hi Team
I am trying to deploy the code into new env facing issue because of black --check.
Solved
Black black --check is failing
Best answer by Gaetan Helness
You should install the python package black via pip or poetry
pip install black
or
poetry install black
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.