1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Configuration for typos-cli (https://github.com/crate-ci/typos)
[]
# Avoid scanning generated/third-party directories and auto-generated files.
= [
".git/**",
"target/**",
"coverage/**",
"node_modules/**",
"venv/**",
".venv/**",
".mypy_cache/**",
".ruff_cache/**",
".pytest_cache/**",
# Contains regex fragments (e.g. [Ss]upport, [Dd]elete) that trigger false positives.
"cliff.toml",
# Auto-generated by `just changelog` (git-cliff); contains git commit
# short-SHAs like `a522abd` that can accidentally match dictionary words.
"CHANGELOG.md",
]
[]
# Domain terms that typos suggests "fixing" but are correct in this repo.
# Author / person names
= "Brezinski"
= "Businger"
= "Getchell"
= "Higham"
= "Parlett"
= "Schreiber"
= "Tikhomirov"
= "Trefethen"
# Foreign-language terms in reference titles
= "methode"
# Math / crate terms
= "faer"
= "frhs"
= "nrhs"
= "numer"