Skip to content

Commit 36ed1ae

Browse files
authored
Merge branch 'master' into hovu96/encrypt_passwords
2 parents 4ab272e + 51f7f03 commit 36ed1ae

File tree

2 files changed

+8
-50
lines changed

2 files changed

+8
-50
lines changed

.env

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
PYTHONPATH = app/bin:app/lib:images/spark/outbound-relay:images/spark/inbound-relay:images/spark/driver:images/base/config:images/base/config

.vscode/settings.json

+8-49
Original file line numberDiff line numberDiff line change
@@ -9,61 +9,20 @@
99
],
1010
"python.envFile": "${workspaceFolder}/.env",
1111
"python.autoComplete.extraPaths": [],
12-
"python.linting.pylintEnabled": false,
13-
"python.linting.pylintArgs": [
14-
//"--init-hook",
15-
//"import sys; sys.path.append('${workspaceFolder}/app/bin')"
16-
],
1712
"files.watcherExclude": {
1813
"**/.git/objects/**": true,
1914
"**/.git/subtree-cache/**": true,
2015
"**/node_modules/*/**": true,
2116
"**/.hg/store/**": true,
2217
"**/app/lib/**": true,
2318
},
24-
"cSpell.words": [
25-
"confs",
26-
"dask",
27-
"data",
28-
"dltk",
29-
"entrypoint",
30-
"getenv",
31-
"hdfs",
32-
"input",
33-
"input hdfs data path",
34-
"kubernetes",
35-
"mltk",
36-
"noqa",
37-
"path",
38-
"preop",
39-
"runtimes",
40-
"splunk's",
41-
"splunkbase",
42-
"splunkers",
43-
"splunklib",
44-
"symlinking"
45-
],
46-
"cSpell.ignoreWords": [
47-
"ainslie",
48-
"ainslie malik",
49-
"andreas",
50-
"andreas greeske",
51-
"anthony",
52-
"anthony tellez",
53-
"changeme",
54-
"drieger",
55-
"endings",
56-
"fujara",
57-
"greeske",
58-
"line",
59-
"malik",
60-
"philipp",
61-
"philipp drieger",
62-
"robert",
63-
"robert fujara",
64-
"tellez",
65-
"unmangle",
66-
"unmangle windows line endings",
67-
"windows"
19+
"python.languageServer": "Pylance",
20+
"python.analysis.extraPaths": [
21+
"app/bin",
22+
"app/lib",
23+
"images/spark/outbound-relay",
24+
"images/spark/inbound-relay",
25+
"images/spark/driver",
26+
"images/base/config:images/base/config"
6827
],
6928
}

0 commit comments

Comments
 (0)