kszucs commented on code in PR #45754:
URL: https://github.com/apache/arrow/pull/45754#discussion_r2016765940
##########
dev/archery/archery/docker/tests/test_docker.py:
##########
@@ -529,30 +497,38 @@ def test_image_with_gpu(arrow_compose_path):
expected_calls = [
[
- "run", "--rm", "--gpus", "all",
- "-e", "CUDA_ENV=1",
- "-e", "OTHER_ENV=2",
- "-v", "/host:/container",
+ "run",
+ "--rm",
+ "--gpus",
+ "all",
+ "-e",
+ "CUDA_ENV=1",
+ "-e",
+ "OTHER_ENV=2",
+ "-v",
+ "/host:/container",
Review Comment:
I hear you and agree. I don't like it either, but in my opinion, having an
automatic formatter outweighs the style disadvantages.
--
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]