Abacn commented on PR #26662: URL: https://github.com/apache/beam/pull/26662#issuecomment-1554595094
For the Format check fail, run this command to fix: ``` # Run from root beam repo dir pip install yapf==0.29.0 git diff HEAD^ --name-only | grep "\.py$" | xargs yapf --in-place ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
