From 2cab70e8a079b3420178ea393ab78d6b68fe1a60 Mon Sep 17 00:00:00 2001 From: ppkantorski <6467366+ppkantorski@users.noreply.github.com> Date: Sat, 31 May 2025 07:19:49 -0700 Subject: [PATCH] Update format_repo2.py --- scripts/StevensND/format_repo2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/StevensND/format_repo2.py b/scripts/StevensND/format_repo2.py index 2da2627..069d522 100644 --- a/scripts/StevensND/format_repo2.py +++ b/scripts/StevensND/format_repo2.py @@ -29,11 +29,12 @@ ROMAN_NUMERAL_PATTERN = re.compile( re.IGNORECASE ) +# Known acronyms to force‐uppercase exactly ACRONYMS = { "HD", "2D", "3D", "4K", "VR", "AI", "API", "USB", "CPU", "GPU", "DVD", "CD", "RPG", "FPS", "MMO", "MMORPG", "LAN", "GUI", "NPC", "FFVII", "FFVIII", "FFIX", "FFX", "FFXII", - "FX", "2K", "V1", "V2", "V3", "V4" + "FX", "2K", "5K", "8K", "V1", "V2", "V3", "V4", "DOF" } def is_roman_numeral(word):