typos: Rule for ... -> …

Extend the typos rules to include `"..." = "…"`.
This commit is contained in:
Fintan Halpenny 2026-04-16 10:45:17 +01:00
parent fe353ea7e9
commit 8a38fa8c73
1 changed files with 3 additions and 0 deletions

View File

@ -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"]