marimo-learn / .typos.toml
Haleshot's picture
Add "pn" to `explicit` accepted words in typos configuration
1626bbd unverified
raw
history blame contribute delete
480 Bytes
[default]
extend-ignore-re = [
# LaTeX math expressions
"\\\\\\[.*?\\\\\\]",
"\\\\\\(.*?\\\\\\)",
"\\$\\$.*?\\$\\$",
"\\$.*?\\$",
# LaTeX commands
"\\\\[a-zA-Z]+\\{.*?\\}",
"\\\\[a-zA-Z]+",
# LaTeX subscripts and superscripts
"_\\{.*?\\}",
"\\^\\{.*?\\}"
]
# Words to explicitly accept
[default.extend-words]
pn = "pn"
# You can also exclude specific files or directories if needed
# [files]
# extend-exclude = ["*.tex", "docs/*.md"]