-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f5554e
commit 443a67b
Showing
10 changed files
with
136 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
FROM mcr.microsoft.com/devcontainers/python:1-3.11-bullseye | ||
|
||
RUN apt update -y && \ | ||
apt install -y --no-install-recommends curl gnupg2 jq less libcairo2 nano procps psmisc && \ | ||
RUN curl --proto '=https' --tlsv1.2 -fsSL https://deb.nodesource.com/setup_22.x | bash - && \ | ||
apt update -y && \ | ||
apt install -y --no-install-recommends curl gnupg2 jq less libcairo2 nano nodejs procps psmisc && \ | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
RUN npm install --ignore-scripts -g @modelcontextprotocol/inspector@0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
git config --global --add safe.directory /workspaces/starbridge | ||
rm -rf .nox | ||
rm -rf .venv | ||
uv sync --frozen | ||
uv run pre-commit install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
{ | ||
"recommendations": [ | ||
"ms-python.python", | ||
"ms-python.vscode-pylance", | ||
"ms-python.debugpy", | ||
"charliermarsh.ruff", | ||
"codecov.codecov", | ||
"donjayamanne.python-environment-manager", | ||
"fill-labs.dependi", | ||
"github.vscode-github-actions", | ||
"gruntfuggly.todo-tree", | ||
"kaih2o.python-resource-monitor", | ||
"charliermarsh.ruff", | ||
"tamasfe.even-better-toml", | ||
"mikestead.dotenv", | ||
"wayou.vscode-todo-highlight", | ||
"gruntfuggly.todo-tree", | ||
"github.vscode-github-actions", | ||
"codecov.codecov", | ||
"oderwat.indent-rainbow", | ||
"ms-azuretools.vscode-docker", | ||
"ms-python.debugpy", | ||
"ms-python.python", | ||
"ms-python.vscode-pylance", | ||
"oderwat.indent-rainbow", | ||
"sonarsource.sonarlint-vscode", | ||
"tamasfe.even-better-toml", | ||
"tomoki1207.pdf", | ||
"sonarsource.sonarlint-vscode" | ||
"wayou.vscode-todo-highlight" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.