lol

Revert "nixos/tests/docker-tools*: remove useless formatter"

Annoyed with the interference of the python formatting of
generated code (see #72964), I took matters into my own hands
as maintainer of dockerTools.

Afterwards, I've created a PR, hoping to unstuck the discussion.

@aszlig took notice and thanks to his python ecosystem knowledge,
the testing efforts of @blaggacao and @Ma27, and a sense of
shared suffering and comraderie we were able to change the
situation for the better in #122201.

Now, we have a proper linter that actually helps contributors,
so it's time to turn it back on again.

I'm glad we could make it happen this quickly!

Thanks!

This reverts commit 4035049af3e45554ffc4d8b4c30fd43ae9cd328a.

-9
-3
nixos/tests/docker-tools-cross.nix
··· 73 73 "docker rmi ${hello2.imageName}", 74 74 ) 75 75 ''; 76 - 77 - # Remove when the formatter has been removed and a linter has been added 78 - skipLint = true; 79 76 })
-3
nixos/tests/docker-tools-overlay.nix
··· 30 30 # drw------- 99 0 0 100 Apr 14 11:36 /nix/store 31 31 docker.succeed("docker run --rm -u 1000:1000 ${pkgs.dockerTools.examples.bash.imageName} bash --version") 32 32 ''; 33 - 34 - # Remove when the formatter has been removed and a linter has been added 35 - skipLint = true; 36 33 })
-3
nixos/tests/docker-tools.nix
··· 365 365 "docker run --rm ${examples.layeredImageWithFakeRootCommands.imageName} sh -c 'stat -c '%u' /home/jane | grep -E ^1000$'" 366 366 ) 367 367 ''; 368 - 369 - # Remove when the formatter has been removed and a linter has been added 370 - skipLint = true; 371 368 })