pitrou commented on code in PR #45754:
URL: https://github.com/apache/arrow/pull/45754#discussion_r2016754833
##########
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:
I didn't know that existed, do we have a blame ignore file?
--
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]