kszucs commented on code in PR #45754:
URL: https://github.com/apache/arrow/pull/45754#discussion_r2016760697
##########
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:
We don't have a blame ignore yet but it is pretty useful especially for
machine generated changes.
--
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]