forked from pola-rs/polars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.typos.toml
More file actions
46 lines (42 loc) · 824 Bytes
/
.typos.toml
File metadata and controls
46 lines (42 loc) · 824 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
38
39
40
41
42
43
44
45
46
[files]
extend-exclude = [
".git/",
"*.csv",
"*.gz",
"dists.dss",
"**/images/*",
"**/py-polars/src/polars/_utils/nest_asyncio.py",
"*.nix",
"**/crates/polars-plan/dsl-schema-hashes.json",
]
ignore-hidden = false
[default]
extend-ignore-re = [
'"Theatre": \[.+\],',
]
[default.extend-words]
arange = "arange"
ser = "ser"
splitted = "splitted"
strat = "strat"
typ = "typ"
[type.py.extend-identifiers]
ba = "ba"
ody = "ody"
ND = "ND"
nd = "nd"
NDArray1D = "NDArray1D"
[type.rust.extend-identifiers]
ANDed = "ANDed"
bck = "bck"
Fo = "Fo"
ND = "ND"
nd = "nd"
NDJson = "NDJson"
NDJsonSinkNode = "NDJsonSinkNode"
NDJsonReadOptions = "NDJsonReadOptions"
NDJsonFileReader = "NDJsonFileReader"
NDJsonWriterStarter = "NDJsonWriterStarter"
NDJsonWriterOptions = "NDJsonWriterOptions"
opt_nd = "opt_nd"
tpe = "tpe"