From 8a38fa8c73e0c068a6da54a35bf2cea83cad4bcd Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Thu, 16 Apr 2026 10:45:17 +0100 Subject: [PATCH] =?UTF-8?q?typos:=20Rule=20for=20...=20->=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extend the typos rules to include `"..." = "…"`. --- .typos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.typos.toml b/.typos.toml index 7ee1b6d4..d66d0562 100644 --- a/.typos.toml +++ b/.typos.toml @@ -11,6 +11,9 @@ extend-ignore-re = [ [default.extend-identifiers] "typ" = "typ" # We may write "typ" instead of "type". The latter is a Rust keyword. +[default.extend-words] +"..." = "…" + [type.codespell] check-file = false extend-glob = [".codespellrc"]