pitrou commented on code in PR #45754:
URL: https://github.com/apache/arrow/pull/45754#discussion_r2016756627


##########
dev/archery/archery/bot.py:
##########
@@ -68,13 +68,12 @@ class Command(_CommandMixin, click.Command):
 
 
 class Group(_CommandMixin, click.Group):
-
     def command(self, *args, **kwargs):
-        kwargs.setdefault('cls', Command)
+        kwargs.setdefault("cls", Command)

Review Comment:
   Ideally it would not do the change at all, as that will be annoying for 
development (leading to spurious file reloads in the editor, etc.). But having 
it ignored in git blames is nice already.



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