-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy path_typos.toml
More file actions
37 lines (34 loc) · 780 Bytes
/
_typos.toml
File metadata and controls
37 lines (34 loc) · 780 Bytes
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
[default]
extend-ignore-identifiers-re = ["wrk", "flate", "ND", "typ", "ful"]
[default.extend-identifiers]
# typos in third-party code/libraries
WrittingCSV = "WrittingCSV"
seperator = "seperator"
[default.extend-words]
# these are false positives in data/examples
ALLE = "ALLE"
ba = "ba"
Environnement = "Environnement"
fo = "fo"
hel = "hel"
inout = "inout"
UE = "UE"
seeked = "seeked"
DNE = "DNE"
Generice = "Generice"
Portugese = "Portugese"
ACI = "ACI"
consts = "consts"
[files]
extend-exclude = [
"*.csv",
"*.geojson",
"*.ipynb",
"*.jsonl",
"*.lua",
"*.pynb",
"*.ssv",
"*.tab",
"nyc311-describegpt*.*",
"docs/describegpt/*",
]