Add pyright config
This commit is contained in:
Родитель
a4664d5a9b
Коммит
22dcd9d07f
|
@ -18,6 +18,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app:delegated
|
- .:/app:delegated
|
||||||
- node_modules:/app/node_modules/:delegated
|
- node_modules:/app/node_modules/:delegated
|
||||||
|
- dockerpythonvenv:/app/dockerpythonvenv/:delegated
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"include": [
|
||||||
|
"network-api/networkapi"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/node_modules",
|
||||||
|
"**/__pycache__",
|
||||||
|
"**/migrations"
|
||||||
|
],
|
||||||
|
"extraPaths": [
|
||||||
|
"./dockerpythonvenv/lib/python3.9/site-packages/"
|
||||||
|
],
|
||||||
|
"venvPath": "dockerpythonvenv",
|
||||||
|
"pythonVersion": "3.9",
|
||||||
|
"pythonPlatform": "Linux"
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче