tscottcoombes1 commented on code in PR #41888:
URL: https://github.com/apache/arrow/pull/41888#discussion_r1622836170


##########
.pre-commit-config.yaml:
##########
@@ -141,3 +141,8 @@ repos:
           '--disable',
           'dangling-hyphen,line-too-long',
         ]
+  - repo: https://github.com/dnephin/pre-commit-golang
+    rev: v0.5.1
+    hooks:
+      - id: go-fmt
+      - id: go-imports

Review Comment:
   We could add that as well, but then I would need to fix all the issues it 
complains about. 



-- 
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]

Reply via email to