jrmccluskey commented on PR #34700: URL: https://github.com/apache/beam/pull/34700#issuecomment-2828462526
For the linting you should be able to `pip install yapf==0.29.0` in the virtual environment you're working in and just run it from the command line: `yapf --in-place --recursive .` in the inference directory would do it. The formatting check can catch other things but the failure in this case is just yapf again. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org