Skip to main content
Solved

Black black --check is failing

  • September 16, 2022
  • 5 replies
  • 119 views

Hi Team 

I am trying to deploy the code into new env facing issue because of black --check.

Best answer by Gaetan Helness

You should install the python package black via pip or poetry

pip install black

or

poetry install black

View original
Did this topic help you find an answer to your question?

Forum|alt.badge.img

You can clone the repository and run

black .

locally on your environment and push it to the remote repository


Black is failing on Github and for local Poetry install is giving issue in Fiona 1.8.21 installation. 

So when I run black . It is giving Error.PS C:\Users\r.dhande.dhande\Downloads\Air Depployment\accenture-cpg-demo-2> black .
black : The term 'black' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of 
 



 


Forum|alt.badge.img

You should install the python package black via pip or poetry

pip install black

or

poetry install black


  • Seasoned Practitioner
  • September 26, 2022

Hi Rushikesh,

Did Gaetan’s answer help you? 

 


Hi @Carin Meems  and @Gaetan Helness 

I install the black few days using pip install black.

Also executing the python -m black handler.py which is reformatting my file as per standards and also it is able to clear the Check Code Standard step in deployment process.

Thanks for the suggestion 


Reply


Cookie Policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings