jrmccluskey commented on PR #33112: URL: https://github.com/apache/beam/pull/33112#issuecomment-2580641408
This PR actually creates a mismatch in yapf versions. Updating yapf in pyproject.toml changes the version users would require to build the project, but our linting/formatting workflows still specify 0.29.0 (which is why this PR didn't break those precommits.) We can either revert this PR for now, or we can fix the workflows + re-yapf the code-base. Thoughts @damccorm @tvalentyn ? -- 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]
