/
githubmirror
/
keras
Обзор
Документация
Войти
/
githubmirror
/
keras
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.devcontainer/devcontainer.json
28 строк
869 B
Divyashree Sreepathihalli
update python version (#21517)
28 июл 2025, 18:33
Не верифицирован
28 июл 2025, 18:33
7cb0e48
Код
Авторство
О чём код?
{ "image": "mcr.microsoft.com/vscode/devcontainers/python:3.10", "postCreateCommand": "sh ./.devcontainer/setup.sh && pip install -r requirements.txt", "customizations": { "vscode": { "settings": { "python.testing.pytestEnabled": true, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true }, "[python]": { "editor.defaultFormatter": "charliermarsh.ruff" }, "editor.rulers": [ 80 ] }, "extensions": [ "charliermarsh.ruff", "ms-python.python" ] } }, "features": { "ghcr.io/devcontainers/features/github-cli:1": {} } }