-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cspell.json
49 lines (49 loc) · 1 KB
/
.cspell.json
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
47
48
49
{
"version": "0.2",
"language": "en",
"ignorePaths": [
".gitignore",
".cspell.json",
"pyproject.toml",
"tests/test_data.json",
".github/workflows/**",
".vscode/**"
],
"useGitignore": true,
"dictionaryDefinitions": [],
"dictionaries": [],
"words": ["joce", "legault", "referer", "renderable", "triggerable"],
"ignoreWords": [
"EURUSD",
"KHTML",
"KMBT",
"MUTUALFUND",
"POSTPOST",
"PREPRE",
"apng",
"appui",
"datatable",
"disp",
"gcrumb",
"getcrumb",
"guce",
"gucs",
"pytz",
"quotetable",
"stockyardapp",
"tcss",
"yclient",
"yfin",
"yfinance",
"yquote"
],
"import": [],
"flagWords": ["hte"],
"patterns": [
{
"name": "quote_symbol",
"pattern": "/\"[A-Z.]{4,7}\"/"
}
],
"ignoreRegExpList": ["quote_symbol"]
}