From 3454d5cfe536d56cf0cd510b630ac9e988332aba Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Mon, 14 Sep 2026 10:03:50 +0800 Subject: [PATCH] chore: disable formatter for lcid map --- src/metaglot/langmap/win_lcid_map.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/metaglot/langmap/win_lcid_map.py b/src/metaglot/langmap/win_lcid_map.py index fb24304..13b85da 100644 --- a/src/metaglot/langmap/win_lcid_map.py +++ b/src/metaglot/langmap/win_lcid_map.py @@ -23,6 +23,7 @@ from ..langid import PoLang, WinLcid # has 'qut' -> 0x0086 and marks 'quc' (0x0093), 'qut-GT' (0x0486) and # 'quc-CO' (0x0493) as reserved. The section 2.2 registry wins here. +# fmt: off _LCID_TAGS: dict[str, WinLcid] = { "ar": WinLcid(0x0001), "bg": WinLcid(0x0002), @@ -480,6 +481,7 @@ _LCID_TAGS: dict[str, WinLcid] = { "ku-Arab": WinLcid(0x7C92), # "fr-015": WinLcid(0xE40C), # reserved } +# fmt: on # Gettext-style script designator words mapped to ISO 15924 script codes.