forked from incidentalhq/incidental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
incidental.code-workspace
58 lines (58 loc) · 1.03 KB
/
incidental.code-workspace
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
50
51
52
53
54
55
56
57
58
{
"folders": [
{
"name": "__root__",
"path": "./"
},
{
"name": "backend",
"path": "./backend"
},
{
"name": "frontend",
"path": "./frontend"
}
],
"settings": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"python.analysis.typeCheckingMode": "off",
"python.testing.pytestEnabled": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"cSpell.words": [
"backref",
"celerytasks",
"fastapi",
"fontawesome",
"Formik",
"fortawesome",
"httpx",
"isort",
"jsonable",
"ondelete",
"onupdate",
"primaryjoin",
"pydantic",
"pyotp",
"pytest",
"pytz",
"Sendgrid",
"sessionmaker",
"shortuuid",
"starlette",
"structlog",
"tanstack",
"toastify",
"totp",
"typer",
"uselist",
"viewonly"
]
}
}