yeandy commented on code in PR #22974: URL: https://github.com/apache/beam/pull/22974#discussion_r960810112
########## .pre-commit-config.yaml: ########## @@ -11,7 +11,7 @@ # limitations under the License. default_language_version: - python: python3.7 + python: python3 Review Comment: Not necessarily. The value of this was set to 3.7 a while ago, and probably could be a different version. I think it may have been choosen based on the highest supported version of Python for Beam at the time. What was the error message? -- 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]
