Skip to main content

I am getting error for black while deploying code to AIR. Please find attached screenshot for reference. So in turn code standards are getting failed after pushing the same changes in AIR.

Hei hei this should be resolved with a simple poetry update click . This should update click to the latest version which should fix this issue.


I have tried with click update. Also click version(package details) is mentioned in poetry.lock file with reference file and it’s hash value. Can u please suggest all changes in lock file as well. 
 

poetry.lock
 

 


Hi Arun...Issue got solved by updating .pre-commit-config.yaml by below commands:

> pre-commit clean

> pre-commit autoupdate


Reply