-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtypos.toml
More file actions
38 lines (33 loc) · 741 Bytes
/
Copy pathtypos.toml
File metadata and controls
38 lines (33 loc) · 741 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
[files]
extend-exclude = ["**/static/service-types.json"]
ignore-hidden = true
ignore-files = true
ignore-dot = true
ignore-vcs = true
ignore-global = true
ignore-parent = true
[default]
binary = false
check-filename = true
check-file = true
unicode = true
ignore-hex = true
identifier-leading-digits = false
locale = "en"
extend-ignore-identifiers-re = []
extend-ignore-words-re = []
extend-ignore-re = []
[default.extend-identifiers]
[default.extend-words]
ro = "ro"
ratatui = "ratatui"
[type.rust]
extend-glob = []
extend-ignore-identifiers-re = ["consts"]
extend-ignore-words-re = ["udid"]
extend-ignore-re = []
[type.py]
extend-glob = []
extend-ignore-identifiers-re = ["NDArray"]
extend-ignore-words-re = []
extend-ignore-re = []