typos: Rule for ... -> …
Extend the typos rules to include `"..." = "…"`.
This commit is contained in:
parent
fe353ea7e9
commit
8a38fa8c73
|
|
@ -11,6 +11,9 @@ extend-ignore-re = [
|
||||||
[default.extend-identifiers]
|
[default.extend-identifiers]
|
||||||
"typ" = "typ" # We may write "typ" instead of "type". The latter is a Rust keyword.
|
"typ" = "typ" # We may write "typ" instead of "type". The latter is a Rust keyword.
|
||||||
|
|
||||||
|
[default.extend-words]
|
||||||
|
"..." = "…"
|
||||||
|
|
||||||
[type.codespell]
|
[type.codespell]
|
||||||
check-file = false
|
check-file = false
|
||||||
extend-glob = [".codespellrc"]
|
extend-glob = [".codespellrc"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue