From ce817c1f382d2477e3ccfaea64f7c969661ae43a Mon Sep 17 00:00:00 2001 From: Manuel Raimann Date: Mon, 2 Feb 2026 17:32:20 +0100 Subject: [PATCH] feat: add 'consts' to default extended words in typos configuration --- typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/typos.toml b/typos.toml index 8e8076f..7a6a7e8 100644 --- a/typos.toml +++ b/typos.toml @@ -1,2 +1,3 @@ [default.extend-words] Tpe = "Tpe" +consts = "consts"