From b60889eddb6c5a2a978e77b93204c0abfebd315d Mon Sep 17 00:00:00 2001 From: Harrison King Saturley-Hall Date: Fri, 20 Dec 2024 17:04:30 -0500 Subject: [PATCH] format: githooks --- build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index cbe33da633..80c6f437a2 100755 --- a/build.py +++ b/build.py @@ -1638,7 +1638,9 @@ def create_build_dockerfiles( if "base" in images: base_image = images["base"] if target_platform() == "rhel": - print("warning: RHEL is not an officially supported target and you will probably experience errors attempting to build this container.") + print( + "warning: RHEL is not an officially supported target and you will probably experience errors attempting to build this container." + ) elif target_platform() == "windows": base_image = "mcr.microsoft.com/dotnet/framework/sdk:4.8" elif target_platform() == "rhel":