AnandInguva commented on a change in pull request #16008:
URL: https://github.com/apache/beam/pull/16008#discussion_r802023289
##########
File path: build.gradle.kts
##########
@@ -278,9 +279,11 @@ tasks.register("pythonDockerBuildPreCommit") {
dependsOn(":sdks:python:container:py36:docker")
dependsOn(":sdks:python:container:py37:docker")
dependsOn(":sdks:python:container:py38:docker")
+ dependsOn(":sdks:python:container:py39:docker")
}
tasks.register("pythonLintPreCommit") {
+ // TODO(BEAM-8890): Find a better way to specify lint and formatter tasks
without hardcoding py version.
Review comment:
Just to confirm, for this Jira, I see an issue related to updating
`google-cloud-java`. I don't see anything on lint and formatter.
--
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]