SERVER-111295 [v8.0] Set python as formatter in format_multirun (#41681)

GitOrigin-RevId: 0a5f595c13f329cc64a37f58e7369dd9469ee848
This commit is contained in:
Zack Winter
2026-01-13 13:09:08 -08:00
committed by MongoDB Bot
parent ad27dbb8da
commit fbc2f1ea04
435 changed files with 31546 additions and 14906 deletions

View File

@@ -27,6 +27,7 @@
# it in the license file.
#
"""Validate that the commit message is ok."""
import argparse
import logging
import re
@@ -42,7 +43,8 @@ def main(argv=None):
"""Execute Main function to validate commit messages."""
parser = argparse.ArgumentParser(
usage="Validate the commit message. "
"It validates the latest message when no arguments are provided.")
"It validates the latest message when no arguments are provided."
)
parser.add_argument(
"message",
metavar="commit message",