forked from LiveCarta/ContentAutomation
Implemented content upload app with tests and pre-commit hooks
This commit is contained in:
29
.devcontainer/devcontainer.json
Normal file
29
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "Python + uv",
|
||||
"dockerComposeFile": "./docker-compose.yml",
|
||||
"service": "app",
|
||||
"workspaceFolder": "/workspace",
|
||||
"remoteUser": "vscode",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers-extra/features/uv:1": {}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"charliermarsh.ruff",
|
||||
"ms-python.mypy-type-checker",
|
||||
"ms-toolsai.jupyter"
|
||||
]
|
||||
}
|
||||
},
|
||||
"remoteEnv": {
|
||||
"PROJECT_NAME": "Python + uv",
|
||||
"PYTHON_VERSION": "3.13",
|
||||
"UV_INIT_BARE": "false",
|
||||
"INSTALL_IPYKERNEL": "false"
|
||||
},
|
||||
"postCreateCommand": "make post-create",
|
||||
"mounts": []
|
||||
}
|
||||
Reference in New Issue
Block a user