typos
marking typos for words not in words.csv
#1303
Answered
by
epage
jamesbraza
asked this question in
Q&A
-
I am using I have noticed words such as Is there some CLI flag to configure Here is my current [tool.typos.default]
extend-ignore-re = ["(?Rm)^.*(#|//)\\s*spellchecker:( )?disable-line$"]
[tool.typos.default.extend-words]
arange = "arange" # numpy
yhat = "yhat" # \hat{y} |
Beta Was this translation helpful? Give feedback.
Answered by
epage
May 28, 2025
Replies: 1 comment 3 replies
-
There is not. We do not keep a list of valid words, along with variants. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The keys in that file are typos; the values are valid words. The list of valid words is too incomplete to be relied on. We also don't at least time generate a way to lookup the presence of values in the the way we use that data structure generated from that file.