ashb commented on code in PR #55775: URL: https://github.com/apache/airflow/pull/55775#discussion_r2358273583
########## go-sdk/.pre-commit-config.yaml: ########## @@ -45,29 +45,29 @@ repos: - '// Code generated by .*' - repo: local hooks: - - id: go-mockery - name: Generate mocks for go - entry: vektra/mockery:3 - exclude: mocks/.*\.go$ - types: [go] - pass_filenames: false - language: docker_image - id: go-mod-tidy name: Run go mod tidy entry: go mod tidy types: [go] exclude: mocks/.*\.go$ pass_filenames: false language: golang + - id: imports Review Comment: It is sure, but this is inside the go-sdk folder, so saying `go` again is redundant? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org