format: reformat with latest openbmc-build-scripts

Run all the latest formatters from openbmc-build-scripts.  Disable
prettier on the configurations subdirectory because these are
script-formatted already with the repo-local `format-code` extension.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ifa4f2ec6688d60fde2a5f42efc96b6046e9be642
diff --git a/schemas/pid_zone.json b/schemas/pid_zone.json
index 4e4e41a..3905c13 100644
--- a/schemas/pid_zone.json
+++ b/schemas/pid_zone.json
@@ -17,12 +17,7 @@
                     "type": "string"
                 }
             },
-            "required": [
-                "FailSafePercent",
-                "MinThermalOutput",
-                "Name",
-                "Type"
-            ]
+            "required": ["FailSafePercent", "MinThermalOutput", "Name", "Type"]
         }
     }
 }