BjornPrime commented on code in PR #22974: URL: https://github.com/apache/beam/pull/22974#discussion_r960753233
########## .pre-commit-config.yaml: ########## @@ -11,7 +11,7 @@ # limitations under the License. default_language_version: - python: python3.7 + python: python3 Review Comment: It wasn't letting me commit because something with the virtual environment was making it unable to find 3.7 specifically. This change just relaxes that constraint. Is there a reason to keep the constraint more specific? ########## .pre-commit-config.yaml: ########## @@ -11,7 +11,7 @@ # limitations under the License. default_language_version: - python: python3.7 + python: python3 Review Comment: It wasn't letting me commit because something with the virtual environment was making it unable to find 3.7 specifically. This change relaxes that constraint. Is there a reason to keep the constraint more specific? -- 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]
