File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " StreamBlocks Development" ,
3- "image" : " mcr.microsoft.com/devcontainers/python:3.13" ,
4- "features" : {
5- "ghcr.io/devcontainers/features/node:1" : {
6- "version" : " lts"
7- }
8- },
9- "customizations" : {
10- "vscode" : {
11- "extensions" : [
12- " ms-python.python" ,
13- " ms-python.vscode-pylance" ,
14- " charliermarsh.ruff" ,
15- " tamasfe.even-better-toml" ,
16- " redhat.vscode-yaml" ,
17- " github.copilot" ,
18- " eamodio.gitlens"
19- ],
20- "settings" : {
21- "python.defaultInterpreterPath" : " .venv/bin/python" ,
22- "python.terminal.activateEnvironment" : true ,
23- "[python]" : {
24- "editor.defaultFormatter" : " charliermarsh.ruff" ,
25- "editor.formatOnSave" : true ,
26- "editor.codeActionsOnSave" : {
27- "source.fixAll" : " explicit" ,
28- "source.organizeImports" : " explicit"
29- }
30- },
31- "ruff.organizeImports" : true ,
32- "python.analysis.typeCheckingMode" : " strict"
33- }
34- }
35- },
36- "postCreateCommand" : " pip install uv && uv sync --all-groups && npm install -g @evilmartians/lefthook && lefthook install" ,
37- "containerEnv" : {
38- "UV_LINK_MODE" : " copy"
39- },
40- "remoteUser" : " vscode"
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " github>hotherio/config-renovate"
5+ ]
416}
You can’t perform that action at this time.
0 commit comments